prithivMLmods commited on
Commit
87d198e
·
verified ·
1 Parent(s): 21ecdbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "Face-Swap"],
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