UPB-chatbot-rag / launch_app.sh
rosvend's picture
Add Gradio UI with improved error handling for HuggingFace Spaces deployment
d767722
raw
history blame contribute delete
270 Bytes
#!/usr/bin/env bash
# Quick launcher for local Gradio app testing
echo "πŸš€ Starting UPB RAG Careers Assistant..."
echo ""
echo "The app will be available at:"
echo " http://localhost:7860"
echo ""
echo "Press Ctrl+C to stop the server"
echo ""
uv run python app.py