Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ronvolutional
/
ai-pokemon-card
like
208
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Ron Au
commited on
Mar 18, 2022
Commit
897e44b
·
1 Parent(s):
9c1027e
ops(sdk): Change port
Browse files
Files changed (1)
hide
show
start.py
+1
-1
start.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import subprocess
2
3
-
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
8501
", shell=True)