Spaces:
Runtime error
Runtime error
EduardoPacheco
commited on
Commit
•
52a4788
1
Parent(s):
c73bc62
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ if __name__=="__main__":
|
|
51 |
|
52 |
gr.Examples(
|
53 |
[
|
54 |
-
["input_image.jpeg", "a person.\na mountain.", 0.
|
55 |
],
|
56 |
inputs = [img, labels, threshold, bounding_box_selection],
|
57 |
outputs = [fig],
|
|
|
51 |
|
52 |
gr.Examples(
|
53 |
[
|
54 |
+
["input_image.jpeg", "a person.\na mountain.", 0.3, False],
|
55 |
],
|
56 |
inputs = [img, labels, threshold, bounding_box_selection],
|
57 |
outputs = [fig],
|