Spaces:
Running
on
Zero
Running
on
Zero
WalidBouss
commited on
Commit
•
c249249
1
Parent(s):
fa6b4c8
Update app.py
Browse files
app.py
CHANGED
@@ -114,6 +114,7 @@ with gr.Blocks(css="#gradio-app-title { text-align: center; }") as demo:
|
|
114 |
],
|
115 |
inputs=[selected_image, text_query],
|
116 |
outputs=[le_grad_output],
|
|
|
117 |
label=''
|
118 |
)
|
119 |
|
|
|
114 |
],
|
115 |
inputs=[selected_image, text_query],
|
116 |
outputs=[le_grad_output],
|
117 |
+
fn=viz_func,
|
118 |
label=''
|
119 |
)
|
120 |
|