prithivMLmods commited on
Commit
49a176a
·
verified ·
1 Parent(s): 598b50d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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=gr.Accordion(
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,