Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -176,7 +176,7 @@ demo = gr.ChatInterface(
|
|
176 |
stop_btn="Stop Generation",
|
177 |
multimodal=True,
|
178 |
cache_examples=False,
|
179 |
-
theme="
|
180 |
additional_inputs=[gr.Checkbox(label="Use DocScopeOCR", value=True, info="Check to use DocScopeOCR, uncheck to use Qwen2VL OCR")],
|
181 |
)
|
182 |
|
|
|
176 |
stop_btn="Stop Generation",
|
177 |
multimodal=True,
|
178 |
cache_examples=False,
|
179 |
+
theme="bethecloud/storj_theme",
|
180 |
additional_inputs=[gr.Checkbox(label="Use DocScopeOCR", value=True, info="Check to use DocScopeOCR, uncheck to use Qwen2VL OCR")],
|
181 |
)
|
182 |
|