Spaces:
Runtime error
Runtime error
Update theme parameter to default due to huggingface theme loading issue.
Browse files
app.py
CHANGED
|
@@ -161,7 +161,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 161 |
outputs='text',
|
| 162 |
live=True,
|
| 163 |
layout='vertical',
|
| 164 |
-
theme=
|
| 165 |
css=css
|
| 166 |
).launch()
|
| 167 |
gr.Markdown("### Key Features:\n- **Strong Performance**: Surpasses existing LVLMs on multiple English benchmarks including Zero-shot Captioning and VQA.\n- **Multi-lingual Support**: Supports English, Chinese, and multi-lingual conversation.\n- **High Resolution**: Utilizes 448*448 resolution for fine-grained recognition and understanding.")
|
|
|
|
| 161 |
outputs='text',
|
| 162 |
live=True,
|
| 163 |
layout='vertical',
|
| 164 |
+
theme=None,
|
| 165 |
css=css
|
| 166 |
).launch()
|
| 167 |
gr.Markdown("### Key Features:\n- **Strong Performance**: Surpasses existing LVLMs on multiple English benchmarks including Zero-shot Captioning and VQA.\n- **Multi-lingual Support**: Supports English, Chinese, and multi-lingual conversation.\n- **High Resolution**: Utilizes 448*448 resolution for fine-grained recognition and understanding.")
|