Spaces:
Running
Running
Dongxu Li
commited on
Commit
·
20366bb
1
Parent(s):
4ecd25d
change ui
Browse files
app.py
CHANGED
|
@@ -214,7 +214,7 @@ with gr.Blocks() as iface:
|
|
| 214 |
[caption_output],
|
| 215 |
)
|
| 216 |
|
| 217 |
-
gr.Markdown("""Trying prompting your input for chat; e.g.
|
| 218 |
with gr.Row():
|
| 219 |
with gr.Column():
|
| 220 |
chatbot = gr.Chatbot(label="Chat Output (from FlanT5)")
|
|
|
|
| 214 |
[caption_output],
|
| 215 |
)
|
| 216 |
|
| 217 |
+
gr.Markdown("""Trying prompting your input for chat; e.g. example prompt for QA, \"Question: {} Answer:\"""")
|
| 218 |
with gr.Row():
|
| 219 |
with gr.Column():
|
| 220 |
chatbot = gr.Chatbot(label="Chat Output (from FlanT5)")
|