Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -63,11 +63,11 @@ with gr.Blocks() as demo:
|
|
63 |
|
64 |
# Example images from the internet
|
65 |
example_urls = [
|
66 |
-
"https://
|
67 |
-
"https://
|
68 |
-
"https://
|
69 |
-
"https://
|
70 |
-
"https://
|
71 |
]
|
72 |
|
73 |
examples = gr.Examples(
|
|
|
63 |
|
64 |
# Example images from the internet
|
65 |
example_urls = [
|
66 |
+
"https://www.quickanddirtytips.com/wp-content/uploads/2022/05/ezgif.com-gif-maker-3.jpg",
|
67 |
+
"https://img.freepik.com/free-photo/people-posing-together-registration-day_23-2149096794.jpg",
|
68 |
+
"https://www.shutterstock.com/shutterstock/photos/2077329079/display_1500/stock-photo-pushkar-india-nov-people-walking-in-a-busy-road-in-the-street-market-in-holy-city-2077329079.jpg",
|
69 |
+
"https://static.autox.com/uploads/2023/01/mahindra-xuv400.jpg",
|
70 |
+
"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQrmOeQJN9IzbR8ofJDpxcIHDSOSXg_5hzgfA&s"
|
71 |
]
|
72 |
|
73 |
examples = gr.Examples(
|