Spaces:
Runtime error
Runtime error
VictorSanh
commited on
Commit
•
c55bf9f
1
Parent(s):
1d2a295
Update app_dialogue.py
Browse files- app_dialogue.py +1 -1
app_dialogue.py
CHANGED
@@ -325,7 +325,7 @@ def format_user_prompt_with_im_history_and_system_conditioning(
|
|
325 |
# problematic_callback = gr.CSVLogger()
|
326 |
|
327 |
textbox = gr.Textbox(
|
328 |
-
placeholder="
|
329 |
show_label=False,
|
330 |
# value="Describe the battle against the fierce dragons.",
|
331 |
visible=True,
|
|
|
325 |
# problematic_callback = gr.CSVLogger()
|
326 |
|
327 |
textbox = gr.Textbox(
|
328 |
+
placeholder="Upload an image and send a message",
|
329 |
show_label=False,
|
330 |
# value="Describe the battle against the fierce dragons.",
|
331 |
visible=True,
|