Billy-06 commited on
Commit ·
eb9829e
1
Parent(s): a0b2b91
Added application file
Browse files- .gitignore +8 -0
.gitignore
CHANGED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
flagged/
|
| 2 |
+
*.pt
|
| 3 |
+
*.png
|
| 4 |
+
*.jpg
|
| 5 |
+
*.jpeg
|
| 6 |
+
gradio_cache/
|
| 7 |
+
|
| 8 |
+
venv/
|