Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
clone3
/
try-vton
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
try-vton
/
start.sh
clone3
Create start.sh
de4ef64
verified
8 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
161 Bytes
#!/bin/sh
# Start Tor as tor user in background
su -s /bin/sh -c
'tor &'
tor
# Start Flask app with virtual environment's Python
/app/venv/bin/python /app/app.py