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
20 days ago
Commit
e4cd3fb
·
verified
·
1 Parent(s):
8a7ffa1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -37,4 +37,4 @@ def download_project():
37
return "Simulated download"
38
39
if __name__ == '__main__':
40
-
app.run(
debug
=
True
)
37
return "Simulated download"
38
39
if __name__ == '__main__':
40
+
app.run(
host
=
"0.0.0.0", port=7860
)