Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,8 +58,8 @@ with gr.Blocks(theme=gr.themes.Soft(
|
|
58 |
# Add examples
|
59 |
gr.Examples(
|
60 |
examples=[
|
61 |
-
["
|
62 |
-
["
|
63 |
],
|
64 |
inputs=input_image,
|
65 |
outputs=output_text,
|
|
|
58 |
# Add examples
|
59 |
gr.Examples(
|
60 |
examples=[
|
61 |
+
["https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRmTRHBR1foifAUzxrQ5GOMyKgRX0iE7f9ivw&s"],
|
62 |
+
["https://i.guim.co.uk/img/media/1e0c3f8bbf09178377309c1f25ea326eaeb5aa0c/0_280_4200_2520/master/4200.jpg?width=1200&quality=85&auto=format&fit=max&s=858bf3e58ee96174b4b3d1499a324bc5"],
|
63 |
],
|
64 |
inputs=input_image,
|
65 |
outputs=output_text,
|