castlebbs commited on
Commit
6747e97
Β·
1 Parent(s): 28d579b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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