SanderGi's picture
clean up and make contribution ready
b389fb6
raw
history blame
164 Bytes
# Activate the virtual environment
. ./venv/bin/activate
# Run the app with auto-reload enabled
gradio app/app.py
# Deactivate the virtual environment
deactivate