Spaces:
Build error
Build error
Commit
·
d366b83
1
Parent(s):
15932ce
add description
Browse files
app.py
CHANGED
|
@@ -34,7 +34,10 @@ demo = gr.Interface(
|
|
| 34 |
query_image,
|
| 35 |
inputs=[gr.Image()],
|
| 36 |
outputs="image",
|
| 37 |
-
title="doc-ufcn
|
|
|
|
|
|
|
|
|
|
| 38 |
)
|
| 39 |
|
| 40 |
demo.launch()
|
|
|
|
| 34 |
query_image,
|
| 35 |
inputs=[gr.Image()],
|
| 36 |
outputs="image",
|
| 37 |
+
title="doc-ufcn Page Detection Demo",
|
| 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 |
)
|
| 42 |
|
| 43 |
demo.launch()
|