Diamanta commited on
Commit
636a34d
·
verified ·
1 Parent(s): a9f2a83

Create start.sh

Browse files
Files changed (1) hide show
  1. start.sh +6 -0
start.sh ADDED
@@ -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