liamcripwell commited on
Commit
f765ec4
·
verified ·
1 Parent(s): b5a17d7

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -60,7 +60,7 @@ echo "USER=$(whoami)"
60
 
61
  # Launch Gradio with explicit error handling
62
  echo "Launching Gradio..."
63
- python3 $HOME/app/app.py || {
64
  echo "❌ Gradio failed to start!"
65
  echo "Checking if port is in use:"
66
  netstat -tuln | grep :7860
 
60
 
61
  # Launch Gradio with explicit error handling
62
  echo "Launching Gradio..."
63
+ python $HOME/app/app.py || {
64
  echo "❌ Gradio failed to start!"
65
  echo "Checking if port is in use:"
66
  netstat -tuln | grep :7860