Spaces:
Sleeping
Sleeping
Update entrypoint.sh
Browse files- entrypoint.sh +3 -2
entrypoint.sh
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
#!/bin/bash
|
2 |
-
echo "Starting
|
3 |
-
|
|
|
|
1 |
#!/bin/bash
|
2 |
+
echo "Starting services..."
|
3 |
+
python app.py & # Start Flask in background
|
4 |
+
python gradio_app.py # Start Gradio in foreground
|