Spaces:
Sleeping
Sleeping
feat: update default object name
Browse files
app.py
CHANGED
|
@@ -360,7 +360,7 @@ with demo:
|
|
| 360 |
object_name = gr.Textbox(
|
| 361 |
label="Name Your Object",
|
| 362 |
placeholder="Give a name to your SVG (e.g., 'dove', 'robot')",
|
| 363 |
-
value="
|
| 364 |
)
|
| 365 |
process_btn = gr.Button("🔄 Decompose Structure", variant="primary")
|
| 366 |
groups_summary = gr.Textbox(
|
|
|
|
| 360 |
object_name = gr.Textbox(
|
| 361 |
label="Name Your Object",
|
| 362 |
placeholder="Give a name to your SVG (e.g., 'dove', 'robot')",
|
| 363 |
+
value="corgi",
|
| 364 |
)
|
| 365 |
process_btn = gr.Button("🔄 Decompose Structure", variant="primary")
|
| 366 |
groups_summary = gr.Textbox(
|