SadatHossain01 commited on
Commit
44f7023
·
verified ·
1 Parent(s): c533916

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)