prithivMLmods commited on
Commit
e74c765
·
verified ·
1 Parent(s): 1a0114d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -176,6 +176,7 @@ demo = gr.ChatInterface(
176
  stop_btn="Stop Generation",
177
  multimodal=True,
178
  cache_examples=False,
 
179
  additional_inputs=[gr.Checkbox(label="Use DocScopeOCR", value=True, info="Check to use DocScopeOCR, uncheck to use Qwen2VL OCR")],
180
  )
181
 
 
176
  stop_btn="Stop Generation",
177
  multimodal=True,
178
  cache_examples=False,
179
+ theme="JohnSmith9982/small_and_pretty",
180
  additional_inputs=[gr.Checkbox(label="Use DocScopeOCR", value=True, info="Check to use DocScopeOCR, uncheck to use Qwen2VL OCR")],
181
  )
182