Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Arghet6
/
five_may
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Arghet6
commited on
3 days ago
Commit
f08e551
·
verified
·
1 Parent(s):
27b3bb8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -270,4 +270,4 @@ def analyze_audio():
270
271
272
if __name__ == "__main__":
273
-
app.run(
debug
=
True
)
270
271
272
if __name__ == "__main__":
273
+
app.run(
host
=
"0.0.0.0", port=7860
)