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 |
-
gr.Interface.theme = gr.themes.Soft # Apply the Soft theme
|
53 |
|
54 |
gr.ChatInterface(
|
55 |
fn=generate,
|
|
|
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.Interface.theme = gr.themes.Soft() # Apply the Soft theme
|
53 |
|
54 |
gr.ChatInterface(
|
55 |
fn=generate,
|