Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Jofthomas
/
twitch_streaming
like
6
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Jofthomas
commited on
Apr 16, 2025
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
)