Spaces:
Build error
Build error
Commit
•
80c5fcc
1
Parent(s):
fd7cb11
examples
Browse files
app.py
CHANGED
@@ -38,6 +38,10 @@ demo = gr.Interface(
|
|
38 |
description="A demo showing the top prediction from the [Teklia/doc-ufcn-generic-page]("
|
39 |
"https://huggingface.co/Teklia/doc-ufcn-generic-page) model."
|
40 |
"The generic page detection model predicts single pages from document images. ",
|
|
|
|
|
|
|
|
|
41 |
).queue()
|
42 |
|
43 |
demo.launch()
|
|
|
38 |
description="A demo showing the top prediction from the [Teklia/doc-ufcn-generic-page]("
|
39 |
"https://huggingface.co/Teklia/doc-ufcn-generic-page) model."
|
40 |
"The generic page detection model predicts single pages from document images. ",
|
41 |
+
examples=[
|
42 |
+
"3cd686f4-b4ce-11ec-aae3-ca04d142e8f4.jpg",
|
43 |
+
"v2_bsb00046516_00100_full_184__0_default.jpg",
|
44 |
+
],
|
45 |
).queue()
|
46 |
|
47 |
demo.launch()
|