Dricz commited on
Commit
4d70fca
·
verified ·
1 Parent(s): 008a68e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ video_iface = gr.Interface(
142
 
143
  image_iface = gr.Interface(fn=response2, inputs=inputs, outputs=outputs,
144
  examples=examples,
145
- title=title, description=description)
146
 
147
  demo = gr.TabbedInterface([image_iface, video_iface], ["Image Inference", "Video Inference"])
148
 
 
142
 
143
  image_iface = gr.Interface(fn=response2, inputs=inputs, outputs=outputs,
144
  examples=examples,
145
+ title=title, description=description, theme="dark")
146
 
147
  demo = gr.TabbedInterface([image_iface, video_iface], ["Image Inference", "Video Inference"])
148