DemahAlmutairi commited on
Commit
1238aab
·
verified ·
1 Parent(s): 73007f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks() as iface:
56
 
57
  example_img = "https://sl.bing.net/i3YznO6vkiW"
58
  example_button = gr.Button("Use example image")
59
- def use_example_img():
60
  return example_img
61
 
62
  with gr.Row():
 
56
 
57
  example_img = "https://sl.bing.net/i3YznO6vkiW"
58
  example_button = gr.Button("Use example image")
59
+ def use_example_img(example_img):
60
  return example_img
61
 
62
  with gr.Row():