ZeyuXie commited on
Commit
8604991
·
verified ·
1 Parent(s): c879893

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -168,7 +168,9 @@ with gr.Blocks() as demo:
168
  pass
169
 
170
 
171
- demo.launch()
 
 
172
 
173
 
174
  # description_text = f"18 events: {', '.join(event_list)}"
 
168
  pass
169
 
170
 
171
+ demo.launch(
172
+ server_name="0.0.0.0",
173
+ server_port=7860,)
174
 
175
 
176
  # description_text = f"18 events: {', '.join(event_list)}"