baconnier commited on
Commit
09dc1cd
·
verified ·
1 Parent(s): 617e359

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -135,7 +135,7 @@ demo = gr.ChatInterface(
135
  step=0.1,
136
  label="Repetition penalty",
137
  ),
138
- gr.Dropdown(["Finance_dolphin-2.9.1-yi-1.5-9b_GGUF-unsloth.Q8_0.gguf",'Finance_dolphin-2.9.1-yi-1.5-34b-Q4_K_M.gguf_GGUF-unsloth.Q8_0.gguf'], value="Finance_dolphin-2.9.1-yi-1.5-9b_GGUF-unsloth.Q8_0.gguf", label="Model"),
139
  ],
140
  theme=gr.themes.Soft(primary_hue="indigo", secondary_hue="blue", neutral_hue="gray",font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
141
  body_background_fill_dark="#0f172a",
@@ -153,7 +153,7 @@ demo = gr.ChatInterface(
153
  undo_btn="Undo",
154
  clear_btn="Clear",
155
  submit_btn="Send",
156
- description="BANKER++ is fine-tuned on Cognitive Computation: Chat Dolphin 🐬 2.9.1-yi-1.5-9b",
157
  chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER)
158
  )
159
 
 
135
  step=0.1,
136
  label="Repetition penalty",
137
  ),
138
+ gr.Dropdown(["Finance_dolphin-2.9.1-yi-1.5-9b_GGUF-unsloth.Q8_0.gguf",'Finance_dolphin-2.9.1-yi-1.5-34b-Q4_K_M.gguf_GGUF-unsloth.Q8_0.gguf'], value="Finance_dolphin-2.9.1-yi-1.5-34b-Q4_K_M.gguf_GGUF-unsloth.Q8_0.gguf", label="Model"),
139
  ],
140
  theme=gr.themes.Soft(primary_hue="indigo", secondary_hue="blue", neutral_hue="gray",font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
141
  body_background_fill_dark="#0f172a",
 
153
  undo_btn="Undo",
154
  clear_btn="Clear",
155
  submit_btn="Send",
156
+ description="BANKER++ is fine-tuned on Cognitive Computation: Chat Dolphin 🐬 2.9.1-yi-1.5-34b",
157
  chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER)
158
  )
159