davanstrien HF Staff commited on
Commit
0d3adb6
·
1 Parent(s): 1f88772

update examples

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -38,8 +38,7 @@ 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. The generic page detection model predicts single pages from document images.",
40
  examples=[
41
- "3cd686f4-b4ce-11ec-aae3-ca04d142e8f4.jpg",
42
- "v2_bsb00046516_00100_full_184__0_default.jpg",
43
  ],
44
  ).queue()
45
 
 
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. The generic page detection model predicts single pages from document images.",
40
  examples=[
41
+ "v2_bsb00046516_00100_full_full_0_default.jpg","512px-Page_from_the_Arthurian_Romances_illuminated_manuscript.jpg"
 
42
  ],
43
  ).queue()
44