gamaba commited on
Commit
bc740e8
·
verified ·
1 Parent(s): c7eefed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -97,4 +97,5 @@ iface = gr.Interface(
97
  )
98
 
99
  # Launch the interface
100
- iface.launch()
 
 
97
  )
98
 
99
  # Launch the interface
100
+ iface.launch()
101
+ iface.launch(server_name="0.0.0.0", server_port=7860)