bpHigh commited on
Commit
e0feda0
·
verified ·
1 Parent(s): d439532

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -167,4 +167,5 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="slate"),
167
 
168
  if __name__ == "__main__":
169
  demo.queue()
170
- demo.launch()
 
 
167
 
168
  if __name__ == "__main__":
169
  demo.queue()
170
+ demo.launch(server_name="0.0.0.0", # not 127.0.0.1
171
+ server_port=7860,)