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:
sid22669
/
Check_2
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sid22669
commited on
Jan 22, 2025
Commit
271340a
·
verified
·
1 Parent(s):
4b0f4ba
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -50,4 +50,4 @@ def predict():
50
51
# Run the app
52
if __name__ == '__main__':
53
-
app.run(host='0.0.0.0', port=
8080
)
50
51
# Run the app
52
if __name__ == '__main__':
53
+
app.run(host='0.0.0.0', port=
7860
)