ManishThota commited on
Commit
ae59507
1 Parent(s): f7aadcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -224,7 +224,7 @@ with gr.Blocks(css = css) as app:
224
  image = gr.Image(type="pil", label="Image")
225
  with gr.Row():
226
  with gr.Column():
227
- question = gr.Textbox(label="Question", placeholder="Annotate prompt", lines=4.3)
228
  btn = gr.Button("Annotate")
229
  with gr.Column():
230
  answer = gr.TextArea(label="Answer")
 
224
  image = gr.Image(type="pil", label="Image")
225
  with gr.Row():
226
  with gr.Column():
227
+ question = gr.Textbox(label="Annotate", placeholder="Annotate prompt", lines=4.3)
228
  btn = gr.Button("Annotate")
229
  with gr.Column():
230
  answer = gr.TextArea(label="Answer")