Spaces:
Runtime error
Runtime error
Update start.sh
Browse files
start.sh
CHANGED
@@ -60,7 +60,7 @@ echo "USER=$(whoami)"
|
|
60 |
|
61 |
# Launch Gradio with explicit error handling
|
62 |
echo "Launching Gradio..."
|
63 |
-
|
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
|