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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ demo = gr.ChatInterface(
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
 
 
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