Update app.py
Browse files
app.py
CHANGED
@@ -68,8 +68,7 @@ demo = gr.ChatInterface(
|
|
68 |
label="Top-p (nucleus sampling)",
|
69 |
),
|
70 |
],
|
71 |
-
|
72 |
-
theme="dark",
|
73 |
)
|
74 |
|
75 |
|
|
|
68 |
label="Top-p (nucleus sampling)",
|
69 |
),
|
70 |
],
|
71 |
+
|
|
|
72 |
)
|
73 |
|
74 |
|