Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ronvolutional
/
ai-pokemon-card
Like
207
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
5a112e6
ai-pokemon-card
/
start.py
Ron Au
style(start.py): Formatting
052f90d
over 4 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
92 Bytes
import
subprocess
subprocess.run(
"uvicorn app:app --host 0.0.0.0 --port 7860"
, shell=
True
)