CoverPilot / .litng.gradio.sh
cxumol's picture
fix: ModuleNotFoundError w/ newer gradio cli by add ./app as py pkg
65e0d8a
raw
history blame contribute delete
100 Bytes
#!/bin/bash
pip install -U "gradio>=4,<=5"
GRADIO_SERVER_PORT=7860 gradio app/app.py --demo-name app