prithivMLmods commited on
Commit
8ab40e6
·
verified ·
1 Parent(s): a75550a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -242,6 +242,7 @@ demo = gr.ChatInterface(
242
  textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple"),
243
  stop_btn="Stop Generation",
244
  multimodal=True,
 
245
  )
246
 
247
  if __name__ == "__main__":
 
242
  textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple"),
243
  stop_btn="Stop Generation",
244
  multimodal=True,
245
+ theme="gradio/monochrome",
246
  )
247
 
248
  if __name__ == "__main__":