Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
govtech
/
off-topic-demo
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Leanne Tan
commited on
Mar 26
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
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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"
)