Spaces:
Paused
Paused
Update app.py
Browse files
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="
|
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")
|