Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Diamanta
/
JBAIP
like
0
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Diamanta
commited on
Jun 1
Commit
636a34d
·
verified
·
1 Parent(s):
a9f2a83
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+6
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
#!/bin/bash
2
+
echo "Downloading model..."
3
+
python download_model.py
4
+
5
+
echo "Starting API server..."
6
+
uvicorn main:app --host 0.0.0.0 --port 7860