Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -261,7 +261,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
|
| 261 |
with gr.Row():
|
| 262 |
lora_adapter = gr.Dropdown(
|
| 263 |
label="Choose Editing Style",
|
| 264 |
-
choices=["Texture Edit", "Fuse-Objects", "
|
| 265 |
value="Texture Edit",
|
| 266 |
)
|
| 267 |
|
|
|
|
| 261 |
with gr.Row():
|
| 262 |
lora_adapter = gr.Dropdown(
|
| 263 |
label="Choose Editing Style",
|
| 264 |
+
choices=["Texture Edit", "Fuse-Objects", "Cloth-Design-Fuse"],
|
| 265 |
value="Texture Edit",
|
| 266 |
)
|
| 267 |
|