Update README.md
Browse files
README.md
CHANGED
@@ -115,11 +115,12 @@ This hackathon project creates a 3D scene generator that analyzes player biograp
|
|
115 |
βββ modal/ # Modal cloud functions
|
116 |
β βββ flux-trellis-GGUF-text-to-3d.py # 3D generation pipeline
|
117 |
β βββ README.md # Modal setup documentation
|
118 |
-
βββ godot/ # Godot test application
|
119 |
βββ LICENSE # MIT License
|
120 |
βββ README.md # This file
|
121 |
```
|
122 |
|
|
|
|
|
123 |
## π§ Technical Details
|
124 |
|
125 |
### AI Pipeline
|
|
|
115 |
βββ modal/ # Modal cloud functions
|
116 |
β βββ flux-trellis-GGUF-text-to-3d.py # 3D generation pipeline
|
117 |
β βββ README.md # Modal setup documentation
|
|
|
118 |
βββ LICENSE # MIT License
|
119 |
βββ README.md # This file
|
120 |
```
|
121 |
|
122 |
+
Please note that the source code of the demo Godot application is available on GitHub: https://github.com/castlebbs/gradio-mcp-hackathon
|
123 |
+
|
124 |
## π§ Technical Details
|
125 |
|
126 |
### AI Pipeline
|