added config
Browse files- .huggingface.yaml +5 -0
.huggingface.yaml
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
sdk: gradio
|
| 2 |
+
python_version: '3.10'
|
| 3 |
+
requirements_file: requirements.txt
|
| 4 |
+
post_install:
|
| 5 |
+
- ./post-install.sh
|