Spaces:
Sleeping
Sleeping
Update app.py
Browse filesRemoved style from gallery
app.py
CHANGED
|
@@ -75,7 +75,7 @@ with gr.Blocks() as demo:
|
|
| 75 |
label="Choose a sample image"
|
| 76 |
)
|
| 77 |
|
| 78 |
-
output = gr.Gallery(label="Top Matches with Captions")
|
| 79 |
|
| 80 |
submit = gr.Button("Search")
|
| 81 |
submit.click(predict, inputs=[text_input, image_input], outputs=output)
|
|
|
|
| 75 |
label="Choose a sample image"
|
| 76 |
)
|
| 77 |
|
| 78 |
+
output = gr.Gallery(label="Top Matches with Captions")
|
| 79 |
|
| 80 |
submit = gr.Button("Search")
|
| 81 |
submit.click(predict, inputs=[text_input, image_input], outputs=output)
|