Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Nextgengirls
/
becas
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Nextgengirls
commited on
Nov 7, 2025
Commit
e3fe243
·
verified
·
1 Parent(s):
1b13021
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+2
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
#!/bin/bash
2
+
exec gunicorn -k uvicorn.workers.UvicornWorker app:app --bind 0.0.0.0:7860 --workers 1