Update app.py
Browse files
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():
|