Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
sayakpaul/demo-docker-gradio
sigyllly
/
demo-docker-gradio
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sigyllly
commited on
Sep 26, 2024
Commit
df4edd3
·
verified
·
1 Parent(s):
06b7dab
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -160,4 +160,4 @@ def generate_script():
160
161
# Start the Flask app
162
if __name__ == '__main__':
163
-
app.run(
debug
=
True
)
160
161
# Start the Flask app
162
if __name__ == '__main__':
163
+
app.run(
host
=
'0.0.0.0', port=7860
)