Spaces:
Running
on
Zero
Running
on
Zero
WalidBouss
commited on
Commit
•
50f9a30
1
Parent(s):
6f64e70
Initial commit :tada:
Browse files
app.py
CHANGED
@@ -103,14 +103,14 @@ with gr.Blocks(css="#gradio-app-title { text-align: center; }") as demo:
|
|
103 |
gr.Markdown('# Select a Premade Example')
|
104 |
gr.Examples(
|
105 |
examples=[
|
106 |
-
["
|
107 |
-
["
|
108 |
-
["
|
109 |
-
["
|
110 |
-
["
|
111 |
-
["
|
112 |
-
["
|
113 |
-
["
|
114 |
],
|
115 |
inputs=[selected_image, text_query],
|
116 |
label=''
|
|
|
103 |
gr.Markdown('# Select a Premade Example')
|
104 |
gr.Examples(
|
105 |
examples=[
|
106 |
+
["assets/cats_remote_control.jpeg", "cat"],
|
107 |
+
["assets/cats_remote_control.jpeg", "remote control"],
|
108 |
+
["assets/la_baguette.webp", "la baguette"],
|
109 |
+
["assets/la_baguette.webp", "beret"],
|
110 |
+
["assets/pokemons.jpeg", "Pikachu"],
|
111 |
+
["assets/pokemons.jpeg", "Bulbasaur"],
|
112 |
+
["assets/pokemons.jpeg", "Charmander"],
|
113 |
+
["assets/pokemons.jpeg", "Pokemons"],
|
114 |
],
|
115 |
inputs=[selected_image, text_query],
|
116 |
label=''
|