Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sivakum4
/
ubva
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ubva
/
start.sh
sivakum4
Feat: HF Inference API
9108a9a
15 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
93 Bytes
#!/bin/bash
python main.py --build
python main.py --api &
python main.py --frontend &
wait