Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -268,7 +268,7 @@ with gr.Blocks(css=css, theme=orange_red_theme) as demo:
|
|
| 268 |
with gr.Row():
|
| 269 |
lora_adapter = gr.Dropdown(
|
| 270 |
label="Choose Editing Style",
|
| 271 |
-
choices=["Texture Edit", "Fuse
|
| 272 |
value="Texture Edit",
|
| 273 |
)
|
| 274 |
|
|
|
|
| 268 |
with gr.Row():
|
| 269 |
lora_adapter = gr.Dropdown(
|
| 270 |
label="Choose Editing Style",
|
| 271 |
+
choices=["Texture Edit", "Cloth-Design-Fuse", "Fuse-Objects", "Super-Fusion"],
|
| 272 |
value="Texture Edit",
|
| 273 |
)
|
| 274 |
|