Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|