Spaces:
Sleeping
Sleeping
Commit
·
0d5ebdd
1
Parent(s):
a0933cb
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ title = """Object Detection"""
|
|
78 |
|
79 |
# Create examples list from "examples/" directory
|
80 |
# example_list = [["examples/" + example] for example in os.listdir("examples")]
|
81 |
-
example_list = [["carplane.webp", "CTH.png"]]
|
82 |
|
83 |
image_in = gr.components.Image(label="Upload an image")
|
84 |
image_out = gr.components.Image()
|
|
|
78 |
|
79 |
# Create examples list from "examples/" directory
|
80 |
# example_list = [["examples/" + example] for example in os.listdir("examples")]
|
81 |
+
example_list = [["carplane.webp"], ["CTH.png"]]
|
82 |
|
83 |
image_in = gr.components.Image(label="Upload an image")
|
84 |
image_out = gr.components.Image()
|