digitalhumantalk/stop.sh
2024-12-10 17:05:37 +08:00

8 lines
130 B
Bash

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