Dongxu Li commited on
Commit
20366bb
1 Parent(s): 4ecd25d
Files changed (1) hide show
  1. app.py +1 -1
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. recommended prompt for QA, \"Question: {} Answer:\"""")
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)")