Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Projetweb
/
Ai-prject
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ikraamkb
commited on
17 days ago
Commit
ae89919
·
verified
·
1 Parent(s):
ef87b1a
Update start.sh
Browse files
Files changed (1)
hide
show
start.sh
+2
-0
start.sh
CHANGED
Viewed
@@ -1,2 +1,4 @@
1
#!/bin/bash
2
uvicorn app:app --host 0.0.0.0 --port 7860
1
#!/bin/bash
2
+
pip install -r requirements.txt # Install dependencies
3
+
4
uvicorn app:app --host 0.0.0.0 --port 7860