xmrt commited on
Commit
e789313
·
1 Parent(s): 477e5a7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ web = gr.Interface(
76
  outputs="image",
77
  title="Zero-Shot Object Detection with OWL-ViT",
78
  description=description,
79
- examples=["./examples/IMGP0178.jpg"],)
80
 
81
  demo = gr.TabbedInterface(interface_list=[upload, web],
82
  tab_names=["From a File", "From your Webcam"])
 
76
  outputs="image",
77
  title="Zero-Shot Object Detection with OWL-ViT",
78
  description=description,
79
+ examples="./examples/IMGP0178.jpg")
80
 
81
  demo = gr.TabbedInterface(interface_list=[upload, web],
82
  tab_names=["From a File", "From your Webcam"])