Spaces:
Sleeping
Sleeping
Updated shell commands
Browse files
start.sh
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
#!/bin/sh
|
2 |
|
3 |
|
4 |
-
cd /app
|
5 |
|
6 |
|
7 |
-
cd /app
|
8 |
|
|
|
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
|
8 |
|