Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,7 @@ demo = gr.ChatInterface(
|
|
166 |
stop_btn="Stop Generation",
|
167 |
multimodal=True,
|
168 |
cache_examples=False,
|
169 |
-
|
170 |
additional_inputs=[gr.Checkbox(label="Use DocScopeOCR", value=True, info="Check to use DocScopeOCR, uncheck to use Qwen2VL OCR")],
|
171 |
)
|
172 |
|
|
|
166 |
stop_btn="Stop Generation",
|
167 |
multimodal=True,
|
168 |
cache_examples=False,
|
169 |
+
theme="bethecloud/storj_theme",
|
170 |
additional_inputs=[gr.Checkbox(label="Use DocScopeOCR", value=True, info="Check to use DocScopeOCR, uncheck to use Qwen2VL OCR")],
|
171 |
)
|
172 |
|