Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,8 @@ bot = ChatBot()
|
|
104 |
|
105 |
title = "👋🏻Welcome to Tonic's MistralMed Chat🚀"
|
106 |
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."
|
107 |
-
examples = [["What is the boiling point of nitrogen?"]]
|
|
|
108 |
|
109 |
iface = gr.Interface(
|
110 |
fn=bot.predict,
|
|
|
104 |
|
105 |
title = "👋🏻Welcome to Tonic's MistralMed Chat🚀"
|
106 |
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."
|
107 |
+
examples = [["<s>[INST]What is the boiling point of nitrogen?[/INST]"], ["<s>[INST]what is the purpose of the yellow fever vaccine? [/INST]"], ["<s>[INST] What is the proper treatment for bucal herpes?[/INST]"]]
|
108 |
+
|
109 |
|
110 |
iface = gr.Interface(
|
111 |
fn=bot.predict,
|