Update app.py
Browse files
app.py
CHANGED
|
@@ -81,6 +81,9 @@ demo = gr.ChatInterface(
|
|
| 81 |
label="Top-p (nucleus sampling)",
|
| 82 |
),
|
| 83 |
],
|
|
|
|
|
|
|
|
|
|
| 84 |
)
|
| 85 |
|
| 86 |
if __name__ == "__main__":
|
|
|
|
| 81 |
label="Top-p (nucleus sampling)",
|
| 82 |
),
|
| 83 |
],
|
| 84 |
+
theme=gr.themes.Soft(primary_hue="green", secondary_hue="indigo", neutral_hue="zinc",font=[gr.themes.GoogleFont("Exo 2"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
|
| 85 |
+
block_background_fill_dark="*neutral_800"
|
| 86 |
+
)
|
| 87 |
)
|
| 88 |
|
| 89 |
if __name__ == "__main__":
|