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
977d327
·
verified
·
1 Parent(s):
0b709b9
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -153,4 +153,4 @@ def generate_script():
153
154
# Start the Flask app
155
if __name__ == '__main__':
156
-
app.run(
debug
=
True
)
153
154
# Start the Flask app
155
if __name__ == '__main__':
156
+
app.run(
host
=
'0.0.0.0', port=7860
)