Jonathan Bejarano commited on
Commit
8b51799
·
1 Parent(s): 47ded99

Fixing image upload

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. .gitignore +2 -1
  3. 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
- ![Architecture diagram showing the modular design of the World Geography Game with Application Layer, Data Layer, External Services, and User Interface Layer](images/arch.png)
29
 
30
  ### Key Components:
31
 
 
25
  The application follows a modular architecture with clear separation between the UI, game logic, and AI inference:
26
 
27
 
28
+ ![Architecture diagram showing the modular design of the World Geography Game with Application Layer, Data Layer, External Services, and User Interface Layer](https://huggingface.co/spaces/jbejar86/World-Geography/resolve/main/arch.png)
29
 
30
  ### Key Components:
31