examples
Browse files
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=
|
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"])
|