Tonic commited on
Commit
f0f98eb
1 Parent(s): 5cd12bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -3
app.py CHANGED
@@ -93,9 +93,20 @@ title = "👋🏻Welcome to Tonic's 🦅Falcon's Medical👨🏻‍⚕️Expert
93
  description = "You can use this Space to test out the GaiaMiniMed model [(Tonic/GaiaMiniMed)](https://huggingface.co/Tonic/GaiaMiniMed) or duplicate this Space and use it locally or on 🤗HuggingFace. [Join me on Discord to build together](https://discord.gg/VqTxc76K3u)."
94
 
95
  examples = [
96
- ["Assistant is a public health and medical expert ready to help the user.", [{"user": "Hi there, I have a question!", "assistant": "My name is Gaia, I'm a health and sanitation expert ready to answer your medical questions."}]],
97
- ["Assistant is a public health and medical expert ready to help the user.", [{"user": "What is the proper treatment for buccal herpes?", "assistant": None}]]
98
- ]
 
 
 
 
 
 
 
 
 
 
 
99
 
100
  additional_inputs=[
101
  gr.Textbox("", label="Optional system prompt"),
 
93
  description = "You can use this Space to test out the GaiaMiniMed model [(Tonic/GaiaMiniMed)](https://huggingface.co/Tonic/GaiaMiniMed) or duplicate this Space and use it locally or on 🤗HuggingFace. [Join me on Discord to build together](https://discord.gg/VqTxc76K3u)."
94
 
95
  examples = [
96
+ [
97
+ "Assistant is a public health and medical expert ready to help the user.",
98
+ "Hi there, I have a question!",
99
+ "My name is Gaia, I'm a health and sanitation expert ready to answer your medical questions.",
100
+ "", 0.4, 500, 0.94, 1.9
101
+ ],
102
+ [
103
+ "Assistant is a public health and medical expert ready to help the user.",
104
+ "What is the proper treatment for buccal herpes?",
105
+ None,
106
+ "", 0.2, 500, 0.92, 1.7
107
+ ]
108
+ ]
109
+
110
 
111
  additional_inputs=[
112
  gr.Textbox("", label="Optional system prompt"),