Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jofthomas
/
twitch_streaming
like
6
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Jofthomas
commited on
Apr 16
Commit
42e69ad
·
verified
·
1 Parent(s):
0d69c77
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -663,4 +663,4 @@ if __name__ == "__main__":
663
print("="*50)
664
665
# Run with uvicorn
666
-
uvicorn.run(app, host="0.0.0.0", port=
8000
)
663
print("="*50)
664
665
# Run with uvicorn
666
+
uvicorn.run(app, host="0.0.0.0", port=
7860
)