Leanne Tan commited on
Commit
025255e
·
unverified ·
1 Parent(s): 4233cd8

Fix HF Spaces timeout: bind Gradio to 0.0.0.0

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,4 +73,4 @@ with gr.Blocks(theme=gr.themes.Soft(), fill_height=True) as app:
73
 
74
 
75
  if __name__ == "__main__":
76
- app.launch()
 
73
 
74
 
75
  if __name__ == "__main__":
76
+ app.launch(server_name="0.0.0.0")