Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Geek7
/
flk
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
44c2304
flk
/
app.py
Geek7
Update app.py
44c2304
verified
6 months ago
raw
Copy download link
history
blame
136 Bytes
import
os
if
__name__ ==
"__main__"
:
# Run the shell script to start the Flask app with Gunicorn
os.system(
'./start_server.sh'
)