prithivMLmods commited on
Commit
ce5c9ec
·
verified ·
1 Parent(s): 304f316

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -282,7 +282,7 @@ with gr.Blocks() as demo:
282
  with gr.Row():
283
  lora_adapter = gr.Dropdown(
284
  label="Choose Editing Style",
285
- choices=["Texture Edit", "Cloth-Design-Fuse", "Fuse-Objects", "Super-Fusion", "Material-Transfer"],
286
  value="Texture Edit",
287
  )
288
 
 
282
  with gr.Row():
283
  lora_adapter = gr.Dropdown(
284
  label="Choose Editing Style",
285
+ choices=["Texture Edit", "Cloth-Design-Fuse", "Fuse-Objects", "Super-Fusion", "Light-Migration", "Material-Transfer"],
286
  value="Texture Edit",
287
  )
288