ndahlbom commited on
Commit
0e5f57b
·
verified ·
1 Parent(s): be884f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ style_radio = gr.Radio(
156
  demo = gr.ChatInterface(
157
  fn=chat_fn,
158
  title="❄️ WinterChat Lab 2 ❄️",
159
- description="Stay frosty. Chat with the fine-tuned model.",
160
  additional_inputs=[max_new_tokens_slider, style_radio],
161
  additional_inputs_accordion="Settings",
162
  )
 
156
  demo = gr.ChatInterface(
157
  fn=chat_fn,
158
  title="❄️ WinterChat Lab 2 ❄️",
159
+ description="Stay frosty. Chat with the fine-tuned model",
160
  additional_inputs=[max_new_tokens_slider, style_radio],
161
  additional_inputs_accordion="Settings",
162
  )