CultriX commited on
Commit
9b47537
·
verified ·
1 Parent(s): c62316d

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -1
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 "$@"