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
26 days ago
Commit
b3991dc
·
verified
·
1 Parent(s):
cd1e473
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -203,4 +203,4 @@ def download_project():
203
204
# Run app
205
if __name__ == '__main__':
206
-
app.run(
debug
=
True
)
203
204
# Run app
205
if __name__ == '__main__':
206
+
app.run(
host
=
"0.0.0.0", port=7860
)