File size: 164 Bytes
b389fb6
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
# Activate the virtual environment
. ./venv/bin/activate

# Run the app with auto-reload enabled
gradio app/app.py

# Deactivate the virtual environment
deactivate