SmolAgentsv2 / start.sh
CultriX's picture
Update start.sh
9b47537 verified
raw
history blame
239 Bytes
#!/bin/bash
# Exit immediately if a command exits with a non-zero status.
set -e
echo "Starting Gradio UI with enhanced performance optimizations..."
cd /app/smolagents/examples/open_deep_research
/bin/bash -c "python app.py &"
exec "$@"