Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,9 +73,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 73 |
# Add some examples for users to try
|
| 74 |
gr.Examples(
|
| 75 |
examples=[
|
| 76 |
-
[None, "https://
|
| 77 |
-
[None, "https://upload.wikimedia.org/wikipedia/commons/thumb/archive/a/a9/20090815033903%21Golden_Retriever_shot_by_Dan_Sankey.jpg/120px-Golden_Retriever_shot_by_Dan_Sankey.jpg"],
|
| 78 |
-
[None, "https://cdn.britannica.com/84/73184-050-05ED59CB/Sunflower-field-Fargo-North-Dakota.jpg"]
|
| 79 |
],
|
| 80 |
inputs=[input_image_file, input_image_url],
|
| 81 |
outputs=[output_image, output_label],
|
|
|
|
| 73 |
# Add some examples for users to try
|
| 74 |
gr.Examples(
|
| 75 |
examples=[
|
| 76 |
+
[None, "https://www.nzbirdsonline.org.nz/assets/95597/1691022013-adult-20long-tailed-20cuckoo-20calling-20while-20perched-20within-20beech-20tree.jpg?auto=format&fit=crop&w=1200"]
|
|
|
|
|
|
|
| 77 |
],
|
| 78 |
inputs=[input_image_file, input_image_url],
|
| 79 |
outputs=[output_image, output_label],
|