Spaces:
Running
on
Zero
Running
on
Zero
WalidBouss
commited on
Commit
•
78fe7c3
1
Parent(s):
50f9a30
update app
Browse files
app.py
CHANGED
@@ -113,6 +113,7 @@ with gr.Blocks(css="#gradio-app-title { text-align: center; }") as demo:
|
|
113 |
["assets/pokemons.jpeg", "Pokemons"],
|
114 |
],
|
115 |
inputs=[selected_image, text_query],
|
|
|
116 |
label=''
|
117 |
)
|
118 |
|
|
|
113 |
["assets/pokemons.jpeg", "Pokemons"],
|
114 |
],
|
115 |
inputs=[selected_image, text_query],
|
116 |
+
outputs=[le_grad_output]
|
117 |
label=''
|
118 |
)
|
119 |
|