Spaces:
Runtime error
Runtime error
again
Browse files
app.py
CHANGED
|
@@ -92,7 +92,7 @@ css = ".image-preview {height: auto !important;}"
|
|
| 92 |
|
| 93 |
iface = gr.Interface(fn=process_image,
|
| 94 |
inputs=gr.inputs.Image(type="pil", tool="editor"),
|
| 95 |
-
outputs=gr.outputs.Image(type="pil", label="annotated image"
|
| 96 |
title=title,
|
| 97 |
description=description,
|
| 98 |
article=article,
|
|
|
|
| 92 |
|
| 93 |
iface = gr.Interface(fn=process_image,
|
| 94 |
inputs=gr.inputs.Image(type="pil", tool="editor"),
|
| 95 |
+
outputs=gr.outputs.Image(type="pil", label="annotated image"),
|
| 96 |
title=title,
|
| 97 |
description=description,
|
| 98 |
article=article,
|