Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
okeowo1014
/
fff
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
okeowo1014
commited on
Apr 24, 2024
Commit
f80120c
·
verified
·
1 Parent(s):
64ebcb3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -73,4 +73,4 @@ def index():
73
return render_template('index.html')
74
75
if __name__ == '__main__':
76
-
app.run(
debug
=
True
)
73
return render_template('index.html')
74
75
if __name__ == '__main__':
76
+
app.run(
host
=
"0.0.0.0", port=7860
)