Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ demo = gr.ChatInterface(
|
|
57 |
label="Top-p (nucleus sampling)",
|
58 |
),
|
59 |
],
|
60 |
-
theme=gr.themes.
|
61 |
)
|
62 |
|
63 |
|
|
|
57 |
label="Top-p (nucleus sampling)",
|
58 |
),
|
59 |
],
|
60 |
+
theme=gr.themes.Soft(primary_hue="green", secondary_hue="indigo", neutral_hue="zinc"))
|
61 |
)
|
62 |
|
63 |
|