Spaces:
Sleeping
Sleeping
Jonathan Bejarano
commited on
Commit
·
8b51799
1
Parent(s):
47ded99
Fixing image upload
Browse files- .gitattributes +1 -0
- .gitignore +2 -1
- README.md +1 -1
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
.gitignore
CHANGED
|
@@ -1 +1,2 @@
|
|
| 1 |
-
.env
|
|
|
|
|
|
| 1 |
+
.env
|
| 2 |
+
*.DS_Store
|
README.md
CHANGED
|
@@ -25,7 +25,7 @@ Built with [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface
|
|
| 25 |
The application follows a modular architecture with clear separation between the UI, game logic, and AI inference:
|
| 26 |
|
| 27 |
|
| 28 |
-

|
| 29 |
|
| 30 |
### Key Components:
|
| 31 |
|