cutiee82 commited on
Commit
0206a66
·
verified ·
1 Parent(s): c7ad52e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ gr.Interface(
38
  caption,
39
  inputs=[
40
  gr.Image(type="pil", label="Image"),
41
- gr.Textbox(label="Prompt", value=PROMPT)
42
  ],
43
  outputs=gr.Textbox(label="Caption"),
44
  title="Image Captioning"
 
38
  caption,
39
  inputs=[
40
  gr.Image(type="pil", label="Image"),
41
+ gr.TextArea(label="Prompt", value=PROMPT)
42
  ],
43
  outputs=gr.Textbox(label="Caption"),
44
  title="Image Captioning"