WalidBouss commited on
Commit
fa6b4c8
1 Parent(s): 78fe7c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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