Spaces:
Running
Running
Add chat editing + 3D garment preview
Browse filesNew features:
- Chat & Edit tab: edit patterns with natural language
- 3D garment preview using Plotly (interactive rotate/zoom)
- VLM-powered edits via Qwen3.5/Gemma4/Kimi K2.5
- Rule-based edit fallback for common modifications
- All tabs now show both 2D pattern and 3D preview
- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -4,3 +4,4 @@ numpy
|
|
| 4 |
scipy
|
| 5 |
Pillow
|
| 6 |
requests
|
|
|
|
|
|
| 4 |
scipy
|
| 5 |
Pillow
|
| 6 |
requests
|
| 7 |
+
plotly
|