Soheib Takhtardeshir commited on
Commit ·
45c78a3
0
Parent(s):
Clean history: track PNGs with LFS
Browse files- .gitattributes +1 -0
- .huggingface.yaml +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
.huggingface.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
sdk: gradio
|
| 2 |
+
python_version: '3.10'
|
| 3 |
+
requirements_file: requirements.txt
|