Spaces:
Sleeping
Sleeping
khang119966
commited on
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()
|