Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Geek7
/
flk
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f11f1bb
flk
/
app.py
Geek7
Update app.py
ffa3de2
verified
4 months ago
raw
Copy download link
history
blame
167 Bytes
# app.py
import
os
if
__name__ ==
"__main__"
:
# Run the Flask app using Gunicorn
os.system(
"gunicorn -w 4 -b 0.0.0.0:7860 myapp:myapp"
)
# 4 worker processes