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
21 days ago
Commit
acddd99
·
verified
·
1 Parent(s):
9759c17
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -236,4 +236,4 @@ def download_project():
236
237
238
if __name__ == '__main__':
239
-
app.run(
debug
=
True
, port=
5001
)
236
237
238
if __name__ == '__main__':
239
+
app.run(
host
=
"0.0.0.0"
, port=
7860
)