Dricz commited on
Commit
1cb495c
·
verified ·
1 Parent(s): 67ee1ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -141,8 +141,8 @@ video_iface = gr.Interface(
141
 
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
 
 
141
 
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