Myloiose commited on
Commit
5af7c6a
·
verified ·
1 Parent(s): 1601f3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -23,5 +23,4 @@ iface = gr.Interface(
23
  )
24
 
25
  if __name__ == "__main__":
26
- iface.api()
27
- iface.launch(server_name="0.0.0.0", server_port=7860)
 
23
  )
24
 
25
  if __name__ == "__main__":
26
+ iface.launch(server_name="0.0.0.0", share=False)