nzs234 commited on
Commit
eac58a9
·
verified ·
1 Parent(s): 692b46d

Remove share=True for Spaces runtime

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,4 +119,4 @@ with gr.Blocks() as demo:
119
  btn.click(fn=predict, inputs=[inp], outputs=[out])
120
 
121
 
122
- demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
 
119
  btn.click(fn=predict, inputs=[inp], outputs=[out])
120
 
121
 
122
+ demo.launch(server_name="0.0.0.0", server_port=7860)