Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def process_image(image):
|
|
12 |
|
13 |
return result
|
14 |
|
15 |
-
iface = gr.Interface(fn=process_image, inputs="image", outputs=gr.Markdown(), live=True
|
16 |
|
17 |
|
18 |
iface.launch()
|
|
|
12 |
|
13 |
return result
|
14 |
|
15 |
+
iface = gr.Interface(fn=process_image, inputs="image", outputs=gr.Markdown(), live=True)
|
16 |
|
17 |
|
18 |
iface.launch()
|