Create .huggingface.yml
Browse files- .huggingface.yml +5 -0
.huggingface.yml
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
sdk: gradio
|
2 |
+
python_version: 3.10
|
3 |
+
app_file: app.py # укажи свой основной файл здесь
|
4 |
+
pre_install:
|
5 |
+
- pip install --upgrade pip setuptools wheel
|