Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
clone3
/
try-vton
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
clone3
commited on
Jun 22, 2025
Commit
de4ef64
·
verified
·
1 Parent(s):
f0088f5
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+5
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
#!/bin/sh
2
+
# Start Tor as tor user in background
3
+
su -s /bin/sh -c 'tor &' tor
4
+
# Start Flask app with virtual environment's Python
5
+
/app/venv/bin/python /app/app.py