Spaces:
Sleeping
Sleeping
added sample image as the initial example
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def filter_preds(image, threshold):
|
|
20 |
with gr.Blocks() as interface:
|
21 |
with gr.Row():
|
22 |
with gr.Column():
|
23 |
-
image = gr.Image(label="Input")
|
24 |
|
25 |
with gr.Column():
|
26 |
output = gr.Image(label="Output")
|
|
|
20 |
with gr.Blocks() as interface:
|
21 |
with gr.Row():
|
22 |
with gr.Column():
|
23 |
+
image = gr.Image(label="Input", value="sample/1.jpg")
|
24 |
|
25 |
with gr.Column():
|
26 |
output = gr.Image(label="Output")
|