Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Athspi
/
Aigg
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Athspi
commited on
23 days ago
Commit
0827ef9
·
verified
·
1 Parent(s):
ea92302
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -221,4 +221,4 @@ def download_project():
221
222
223
if __name__ == '__main__':
224
-
app.run(
debug
=
True
, port=
5001
)
221
222
223
if __name__ == '__main__':
224
+
app.run(
host
=
"0.0.0.0"
, port=
7860
)