Spaces:
Sleeping
Sleeping
MarioDEFRANCE
commited on
Commit
·
e2779a5
1
Parent(s):
c8405f5
updated requirements
Browse files
app.py
CHANGED
|
@@ -18,10 +18,10 @@ interface = gr.Interface.from_pipeline(
|
|
| 18 |
),
|
| 19 |
examples=[
|
| 20 |
[
|
| 21 |
-
"https://github.com/mdefrance/signature-detection/blob/
|
| 22 |
],
|
| 23 |
[
|
| 24 |
-
"https://github.com/mdefrance/signature-detection/blob/
|
| 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"),
|