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:
tmmdev
/
pattern-analysis
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
2eb9374
pattern-analysis
/
api.py
tmmdev
Initial commit with clean codebase
5913c8f
over 1 year ago
raw
Copy download link
history
blame
Safe
111 Bytes
from
app
import
app
import
uvicorn
if
__name__ ==
"__main__"
:
uvicorn.run(app, host=
"0.0.0.0"
, port=
7865
)