PEFT
English
medical
Tonic commited on
Commit
a738480
1 Parent(s): 786a0ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -173,7 +173,7 @@ bot = ChatBot()
173
 
174
  title = "👋🏻Welcome to Tonic's MistralMed Chat🚀"
175
  description = "You can use this Space to test out the current model (MistralMed) or duplicate this Space and use it for any other model on 🤗HuggingFace. Join me on Discord to build together."
176
- examples = [["What is the proper treatment for buccal herpes?"]]
177
 
178
  iface = gr.Interface(
179
  fn=bot.predict,
 
173
 
174
  title = "👋🏻Welcome to Tonic's MistralMed Chat🚀"
175
  description = "You can use this Space to test out the current model (MistralMed) or duplicate this Space and use it for any other model on 🤗HuggingFace. Join me on Discord to build together."
176
+ examples = [["What is the proper treatment for buccal herpes?", "Please provide information on the most effective antiviral medications and home remedies for treating buccal herpes."]]
177
 
178
  iface = gr.Interface(
179
  fn=bot.predict,