Spaces:
Runtime error
Runtime error
Dongxu Li
commited on
Commit
•
25b3b14
1
Parent(s):
7b9268b
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:\" Use punctuation.""")
|
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 proper punctuation (e.g., question mark).""")
|
213 |
with gr.Row():
|
214 |
with gr.Column(
|
215 |
scale=1.5,
|