Spaces:
Runtime error
Runtime error
VictorSanh
commited on
Commit
•
0bf3b7d
1
Parent(s):
a6cfa28
write a meme
Browse files- app_dialogue.py +1 -1
app_dialogue.py
CHANGED
@@ -326,7 +326,7 @@ def format_user_prompt_with_im_history_and_system_conditioning(
|
|
326 |
textbox = gr.Textbox(
|
327 |
# placeholder="Upload an image and send a message",
|
328 |
show_label=False,
|
329 |
-
value="
|
330 |
visible=True,
|
331 |
container=False,
|
332 |
label="Text input",
|
|
|
326 |
textbox = gr.Textbox(
|
327 |
# placeholder="Upload an image and send a message",
|
328 |
show_label=False,
|
329 |
+
value="Write a meme for that image.",
|
330 |
visible=True,
|
331 |
container=False,
|
332 |
label="Text input",
|