Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
p208p2002
/
Transformer-QA-Decode-Visualize
like
0
Runtime error
App
Files
Files
Community
047c22d
Transformer-QA-Decode-Visualize
/
start.py
p208p2002
Fix port
e5e27ac
about 2 years ago
raw
Copy download link
history
blame
Safe
96 Bytes
import
subprocess
subprocess.run(
"uvicorn server:app --host 0.0.0.0 --port 7860"
, shell=
True
)