Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -161,10 +161,7 @@ demo = gr.ChatInterface(
|
|
161 |
multimodal=True,
|
162 |
cache_examples=False,
|
163 |
theme="bethecloud/storj_theme",
|
164 |
-
additional_inputs=
|
165 |
-
label="OCR Options",
|
166 |
-
open=True,
|
167 |
-
components=[
|
168 |
gr.Checkbox(
|
169 |
label="Use RolmOCR",
|
170 |
value=False,
|
|
|
161 |
multimodal=True,
|
162 |
cache_examples=False,
|
163 |
theme="bethecloud/storj_theme",
|
164 |
+
additional_inputs=[
|
|
|
|
|
|
|
165 |
gr.Checkbox(
|
166 |
label="Use RolmOCR",
|
167 |
value=False,
|