Myloiose commited on
Commit
1601f3c
·
verified ·
1 Parent(s): 563f5dd

Update app.py

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