Spaces:
Running
Running
Create .huggingface/config.json
Browse files- .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 |
+
}
|