shadowlilac commited on
Commit
8080b3e
1 Parent(s): ffbe23e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,4 +23,4 @@ iface = gr.Interface(
23
  )
24
 
25
  # Launch the Gradio app
26
- iface.launch()
 
23
  )
24
 
25
  # Launch the Gradio app
26
+ iface.launch(server_name='0.0.0.0', server_port=7860)