Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -113,7 +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 |
-
outputs=[le_grad_output]
|
| 117 |
label=''
|
| 118 |
)
|
| 119 |
|
|
|
|
| 113 |
["assets/pokemons.jpeg", "Pokemons"],
|
| 114 |
],
|
| 115 |
inputs=[selected_image, text_query],
|
| 116 |
+
outputs=[le_grad_output],
|
| 117 |
label=''
|
| 118 |
)
|
| 119 |
|