aimanathar commited on
Commit
8338577
·
verified ·
1 Parent(s): 7248e73

Update .huggingface.yaml

Browse files
Files changed (1) hide show
  1. .huggingface.yaml +3 -1
.huggingface.yaml CHANGED
@@ -1 +1,3 @@
1
- uvicorn app:app --host 0.0.0.0 --port 7860
 
 
 
1
+ sdk: "docker"
2
+ app_port: 7860
3
+ entrypoint: "uvicorn app:app --host 0.0.0.0 --port 7860"