Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
duuuuuuuden
/
cat_breed_classifier
like
0
Running
App
Files
Files
Community
80d68c7
cat_breed_classifier
/
app.py
DenkingOfficial
Initial deploy
217866d
almost 2 years ago
raw
Copy download link
history
blame
Safe
97 Bytes
import
subprocess
subprocess.run(
"uvicorn main_app:app --host 0.0.0.0 --port 7860"
, shell=
True
)