Spaces:
Running
Running
Update start.sh
Browse files
start.sh
CHANGED
@@ -4,4 +4,5 @@ set -e
|
|
4 |
|
5 |
echo "Starting Gradio UI with enhanced performance optimizations..."
|
6 |
cd /app/smolagents/examples/open_deep_research
|
7 |
-
python app.py
|
|
|
|
4 |
|
5 |
echo "Starting Gradio UI with enhanced performance optimizations..."
|
6 |
cd /app/smolagents/examples/open_deep_research
|
7 |
+
/bin/bash -c "python app.py &"
|
8 |
+
exec "$@"
|