Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,4 +21,6 @@ iface = gr.Interface(
|
|
21 |
allow_screenshot=False,
|
22 |
allow_flagging="never",
|
23 |
)
|
24 |
-
iface.launch(share=True)
|
|
|
|
|
|
21 |
allow_screenshot=False,
|
22 |
allow_flagging="never",
|
23 |
)
|
24 |
+
#iface.launch(share=True) --share not supported on spaces - find better persist
|
25 |
+
|
26 |
+
iface.launch()
|