Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -169,9 +169,9 @@ with gr.Blocks(css=css) as demo:
|
|
169 |
output = gr.Image(type="pil", interactive=False)
|
170 |
|
171 |
response_handler = (
|
172 |
-
|
173 |
-
[
|
174 |
-
[
|
175 |
)
|
176 |
|
177 |
background_remover_handler = (
|
|
|
169 |
output = gr.Image(type="pil", interactive=False)
|
170 |
|
171 |
response_handler = (
|
172 |
+
getImageDescription,
|
173 |
+
[image],
|
174 |
+
[]
|
175 |
)
|
176 |
|
177 |
background_remover_handler = (
|