Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -27,4 +27,4 @@ iface = gr.Interface(fn=process_image,
|
|
27 |
article=article,
|
28 |
examples=glob.glob('figs/test/*.png'))
|
29 |
|
30 |
-
iface.launch(debug=True
|
|
|
27 |
article=article,
|
28 |
examples=glob.glob('figs/test/*.png'))
|
29 |
|
30 |
+
iface.launch(debug=True)
|