Create .huggingface.yaml
Browse files- .huggingface.yaml +8 -0
.huggingface.yaml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
sdk: gradio
|
| 2 |
+
python_version: "3.10"
|
| 3 |
+
|
| 4 |
+
env:
|
| 5 |
+
- PLAYWRIGHT_BROWSERS_PATH=/home/user/.cache/ms-playwright
|
| 6 |
+
|
| 7 |
+
post_build:
|
| 8 |
+
- playwright install --with-deps
|