minnehwg commited on
Commit
408b0c5
·
verified ·
1 Parent(s): 033bb1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,4 +60,4 @@ demo = gr.Interface(
60
  )
61
 
62
 
63
- demo.launch(share=True)
 
60
  )
61
 
62
 
63
+ demo.launch(server_name="0.0.0.0", server_port=7860)