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...
Ron Au
commited on
Mar 6, 2022
Commit
052f90d
·
1 Parent(s):
27660a3
style(start.py): Formatting
Browse files
Files changed (1)
hide
show
start.py
+0
-1
start.py
CHANGED
Viewed
@@ -1,4 +1,3 @@
1
-
2
import subprocess
3
4
subprocess.run("uvicorn app:app --host 0.0.0.0 --port 7860", shell=True)
1
import subprocess
2
3
subprocess.run("uvicorn app:app --host 0.0.0.0 --port 7860", shell=True)