Spaces:
Runtime error
Runtime error
removed share, not supported in space.
Browse files
app.py
CHANGED
@@ -29,4 +29,4 @@ gr.Interface(
|
|
29 |
article=article,
|
30 |
examples=[['data/businessmen-612.jpg'], ['data/businessmen-back.jpg']],
|
31 |
allow_flagging="never"
|
32 |
-
).launch(debug=True, enable_queue=True
|
|
|
29 |
article=article,
|
30 |
examples=[['data/businessmen-612.jpg'], ['data/businessmen-back.jpg']],
|
31 |
allow_flagging="never"
|
32 |
+
).launch(debug=True, enable_queue=True)
|