jays009 commited on
Commit
0253941
·
verified ·
1 Parent(s): fb31436

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,4 +60,4 @@ iface = gr.Interface(
60
  )
61
 
62
  # Expose Gradio interface as API endpoint
63
- iface.launch(share=True, server_name="0.0.0.0", server_port=7860)
 
60
  )
61
 
62
  # Expose Gradio interface as API endpoint
63
+ iface.launch(share=False, server_name="0.0.0.0", server_port=7860)