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

black formatting

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -38,7 +38,8 @@ 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
- "v2_bsb00046516_00100_full_full_0_default.jpg","512px-Page_from_the_Arthurian_Romances_illuminated_manuscript.jpg"
 
42
  ],
43
  ).queue()
44
 
 
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",
42
+ "512px-Page_from_the_Arthurian_Romances_illuminated_manuscript.jpg",
43
  ],
44
  ).queue()
45