Spaces:
Runtime error
Runtime error
RuntimeError: Share is not supported when you are in Spaces
Browse files
app.py
CHANGED
@@ -328,4 +328,4 @@ with gr.Blocks() as demo:
|
|
328 |
# post_to_hub.click(report_results).then(lambda: gr.Button.update(visible=False), outputs=post_to_hub)
|
329 |
|
330 |
|
331 |
-
demo.launch(share=True, inline=False, debug=True)
|
|
|
328 |
# post_to_hub.click(report_results).then(lambda: gr.Button.update(visible=False), outputs=post_to_hub)
|
329 |
|
330 |
|
331 |
+
demo.launch() # (share=True, inline=False, debug=True)
|