ragerri commited on
Commit
2f50482
1 Parent(s): e61df2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,6 +117,6 @@ gr.ChatInterface(
117
  fn=generate,
118
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
119
  additional_inputs=additional_inputs,
120
- title="""Mistral 7B fine-tuned on MedExpQA with max RAG 32"""
121
  ).launch(show_api=False)
122
  """
 
117
  fn=generate,
118
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
119
  additional_inputs=additional_inputs,
120
+ title="Mistral 7B fine-tuned on MedExpQA with max RAG 32"
121
  ).launch(show_api=False)
122
  """