prithivMLmods commited on
Commit
816e0d7
·
verified ·
1 Parent(s): 8dbba73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -361,6 +361,7 @@ demo = gr.ChatInterface(
361
  fill_height=True,
362
  textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple", placeholder="default [text, vision] , scroll down examples to explore more art styles"),
363
  stop_btn="Stop Generation",
 
364
  multimodal=True,
365
  )
366
 
 
361
  fill_height=True,
362
  textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple", placeholder="default [text, vision] , scroll down examples to explore more art styles"),
363
  stop_btn="Stop Generation",
364
+ theme=gr.themes.Soft(),
365
  multimodal=True,
366
  )
367