Simonlob commited on
Commit
cfb8d77
·
verified ·
1 Parent(s): 4d0f3ad

Create .huggingface.yml

Browse files
Files changed (1) hide show
  1. .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