prithivMLmods commited on
Commit
8301b06
·
verified ·
1 Parent(s): 78d77e6

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-Objects", "Super-Fusion", "Cloth-Design-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