prithivMLmods commited on
Commit
92bfd13
·
verified ·
1 Parent(s): 2d1e312

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -311,7 +311,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
311
  examples=[
312
  # Format: [ [Image_List], Prompt, Adapter ]
313
  [
314
- ["examples/texture_sample.jpg"],
315
  "Change the material of the object to rusted metal texture.",
316
  "Texture Edit"
317
  ],
 
311
  examples=[
312
  # Format: [ [Image_List], Prompt, Adapter ]
313
  [
314
+ ["examples/texture_sample.jpg", "examples/texture_sample.2jpg"],
315
  "Change the material of the object to rusted metal texture.",
316
  "Texture Edit"
317
  ],