Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -237,6 +237,6 @@ demo = gr.ChatInterface(
|
|
237 |
title="βοΈ Vintern-1B-v3.5 Demo βοΈ",
|
238 |
multimodal=True,
|
239 |
css=CSS,
|
240 |
-
theme=
|
241 |
)
|
242 |
demo.queue().launch()
|
|
|
237 |
title="βοΈ Vintern-1B-v3.5 Demo βοΈ",
|
238 |
multimodal=True,
|
239 |
css=CSS,
|
240 |
+
theme='allenai/gradio-theme'
|
241 |
)
|
242 |
demo.queue().launch()
|