Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ additional_inputs = [
|
|
49 |
gr.Slider(label="Repetition penalty", value=1.2, minimum=1.0, maximum=2.0, step=0.05, interactive=True, info="Penalize repeated tokens")
|
50 |
]
|
51 |
|
52 |
-
|
53 |
gr.ChatInterface(
|
54 |
fn=generate,
|
55 |
chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
|
|
|
49 |
gr.Slider(label="Repetition penalty", value=1.2, minimum=1.0, maximum=2.0, step=0.05, interactive=True, info="Penalize repeated tokens")
|
50 |
]
|
51 |
|
52 |
+
gr.themes.Soft(): # Apply the Soft theme
|
53 |
gr.ChatInterface(
|
54 |
fn=generate,
|
55 |
chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
|