Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
UDface11jkj
/
testing
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
UDface11jkj
commited on
Apr 28
Commit
217acb9
·
verified
·
1 Parent(s):
bbe2302
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+3
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
#!/usr/bin/env bash
2
+
export PORT=${PORT:-7860}
3
+
uvicorn testing.app:app --host=0.0.0.0 --port=$PORT