Dongxu Li
commited on
Commit
•
7b9268b
1
Parent(s):
6048f95
update.
Browse files
app.py
CHANGED
@@ -209,7 +209,7 @@ with gr.Blocks(
|
|
209 |
[caption_output],
|
210 |
)
|
211 |
|
212 |
-
gr.Markdown("""Trying prompting your input for chat; e.g. example prompt for QA, \"Question: {} Answer:\"""")
|
213 |
with gr.Row():
|
214 |
with gr.Column(
|
215 |
scale=1.5,
|
|
|
209 |
[caption_output],
|
210 |
)
|
211 |
|
212 |
+
gr.Markdown("""Trying prompting your input for chat; e.g. example prompt for QA, \"Question: {} Answer:\" Use punctuation.""")
|
213 |
with gr.Row():
|
214 |
with gr.Column(
|
215 |
scale=1.5,
|