alperiox commited on
Commit
35fcc70
·
1 Parent(s): a98860d

added sample image as the initial example

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")