Spaces:
Running
Running
it@M InnovationLab
commited on
Commit
•
c61d423
1
Parent(s):
c1e863b
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ demo_upload = gr.Interface(
|
|
88 |
title="Image Anonymizer",
|
89 |
fn=test_comb,
|
90 |
inputs=gr.Image(type="pil", label="Zu anonymisierendes Bild"),
|
91 |
-
outputs=[gr.Image(label="Anonymisiertes Bild"), gr.AnnotatedImage(label="
|
92 |
allow_flagging="never",
|
93 |
examples="examples",
|
94 |
description=description,
|
|
|
88 |
title="Image Anonymizer",
|
89 |
fn=test_comb,
|
90 |
inputs=gr.Image(type="pil", label="Zu anonymisierendes Bild"),
|
91 |
+
outputs=[gr.Image(label="Anonymisiertes Bild"), gr.AnnotatedImage(label="Erk. Regionen")],
|
92 |
allow_flagging="never",
|
93 |
examples="examples",
|
94 |
description=description,
|