Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -108,7 +108,7 @@ with demo:
|
|
| 108 |
|
| 109 |
with gr.Row():
|
| 110 |
image_input = gr.Image(type="pil", label="Upload Image")
|
| 111 |
-
text_output = gr.Textbox(label="Results", lines=12)
|
| 112 |
|
| 113 |
btn = gr.Button("Extract Embeddings")
|
| 114 |
btn.click(process_image, inputs=image_input, outputs=text_output)
|
|
|
|
| 108 |
|
| 109 |
with gr.Row():
|
| 110 |
image_input = gr.Image(type="pil", label="Upload Image")
|
| 111 |
+
text_output = gr.Textbox(label="Results", lines=12, interactive=False)
|
| 112 |
|
| 113 |
btn = gr.Button("Extract Embeddings")
|
| 114 |
btn.click(process_image, inputs=image_input, outputs=text_output)
|