Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ gr.Interface(
|
|
38 |
caption,
|
39 |
inputs=[
|
40 |
gr.Image(type="pil", label="Image"),
|
41 |
-
gr.
|
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"
|