Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -213,8 +213,6 @@ theme = gr.themes.Soft(
|
|
| 213 |
input_border_width="1px",
|
| 214 |
input_radius="*radius_md",
|
| 215 |
slider_color="*primary_500",
|
| 216 |
-
chatbot_code_background_color="*neutral_100",
|
| 217 |
-
chatbot_code_background_color_dark="*neutral_800",
|
| 218 |
)
|
| 219 |
|
| 220 |
with gr.Blocks(css=css, theme=theme, title="Video Chat with MiniCPM-V") as demo:
|
|
|
|
| 213 |
input_border_width="1px",
|
| 214 |
input_radius="*radius_md",
|
| 215 |
slider_color="*primary_500",
|
|
|
|
|
|
|
| 216 |
)
|
| 217 |
|
| 218 |
with gr.Blocks(css=css, theme=theme, title="Video Chat with MiniCPM-V") as demo:
|