utensil commited on
Commit
f3c24fd
·
1 Parent(s): 9fc12c1

RuntimeError: Share is not supported when you are in Spaces

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)