MarioDEFRANCE commited on
Commit
e2779a5
·
1 Parent(s): c8405f5

updated requirements

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,10 +18,10 @@ interface = gr.Interface.from_pipeline(
18
  ),
19
  examples=[
20
  [
21
- "https://github.com/mdefrance/signature-detection/blob/5a1eff734672b2d03cb67499de6b3793b0b66a77/src/datasets/images/examples/val_15.jpg"
22
  ],
23
  [
24
- "https://github.com/mdefrance/signature-detection/blob/5a1eff734672b2d03cb67499de6b3793b0b66a77/src/datasets/images/examples/val_0.jpg"
25
  ],
26
  ],
27
  inputs=gr.Image(label="📤 Upload Image (JPEG, PNG)", type="pil"),
 
18
  ),
19
  examples=[
20
  [
21
+ "https://github.com/mdefrance/signature-detection/blob/main/src/datasets/images/examples/val_15.jpg?raw=true"
22
  ],
23
  [
24
+ "https://github.com/mdefrance/signature-detection/blob/main/src/datasets/images/examples/val_0.jpg?raw=true"
25
  ],
26
  ],
27
  inputs=gr.Image(label="📤 Upload Image (JPEG, PNG)", type="pil"),