Spaces:
Sleeping
Sleeping
Corrected shell command
Browse files
start.sh
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
#!/bin/sh
|
| 2 |
|
| 3 |
|
| 4 |
-
cd /app && uvicorn backend.main:app --host 0.0.0.0 --port 8000 &
|
| 5 |
|
| 6 |
|
| 7 |
cd /app && streamlit run frontend/app.py --server.port=7860 --server.address=0.0.0.0
|
|
|
|
| 1 |
#!/bin/sh
|
| 2 |
|
| 3 |
|
| 4 |
+
cd /app && uvicorn backend.main:app --host 0.0.0.0 --port 8000 &
|
| 5 |
|
| 6 |
|
| 7 |
cd /app && streamlit run frontend/app.py --server.port=7860 --server.address=0.0.0.0
|