HusseinBashir commited on
Commit
cf3350a
·
verified ·
1 Parent(s): 54fd70a

Create .huggingface/config.json

Browse files
Files changed (1) hide show
  1. .huggingface/config.json +5 -0
.huggingface/config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "python_version": "3.10",
3
+ "sdk": "docker",
4
+ "entrypoint": "uvicorn app:app --host 0.0.0.0 --port 7860"
5
+ }