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