DemahAlmutairi commited on
Commit
7abcea1
·
verified ·
1 Parent(s): 58a455e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ with gr.Blocks() as iface:
64
  with gr.Column(elem_id="examples_container"):
65
  gr.Markdown("### Example Prompts")
66
  gr.Examples(
67
- [example_img_paths],
68
  inputs=[input_image],
69
  cache_examples=False
70
  )
 
64
  with gr.Column(elem_id="examples_container"):
65
  gr.Markdown("### Example Prompts")
66
  gr.Examples(
67
+ example_img_paths,
68
  inputs=[input_image],
69
  cache_examples=False
70
  )