#!/bin/bash conda activate .venv/ # Stop FastAPI server pkill -f fastapi_server.py # # Stop Gradio app # pkill -f gradio_app.py