CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
Model
public
eightyonegens
/
joycaption-batch-webui
source
Hugging Face
apache-2.0
updated 2mo ago
View on Hugging Face
0
likes
Like
Save
Clone
overview
files
community
commits
settings
root
start_linux.sh
start_linux.sh
5 lines
Copy path
Download
Raw
Back to root
1
#!/usr/bin/env bash
2
cd "$(dirname "$0")"
3
source venv/bin/activate
4
python app.py "$@"
5