Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ with gr.Blocks() as demo:
|
|
145 |
fn=get_results,
|
146 |
examples=examples,
|
147 |
inputs=[image_input, text_input],
|
148 |
-
outputs=[
|
149 |
)
|
150 |
gr.Markdown(description_html)
|
151 |
# Launch the app
|
|
|
145 |
fn=get_results,
|
146 |
examples=examples,
|
147 |
inputs=[image_input, text_input],
|
148 |
+
outputs=[output]
|
149 |
)
|
150 |
gr.Markdown(description_html)
|
151 |
# Launch the app
|