Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Geek7
/
ht2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d866890
ht2
/
app.py
Geek7
Update app.py
3184932
verified
3 months ago
raw
Copy download link
history
blame
Safe
228 Bytes
# app.py
import
os
import
subprocess
if
__name__ ==
"__main__"
:
# Run awake.py in the background
# Run the Flask app using Gunicorn
os.system(
"gunicorn -w 4 -b 0.0.0.0:7860 myapp:myapp"
)
# 4 worker processes