Spaces:
Build error
Build error
Commit
·
6c39dfa
1
Parent(s):
d366b83
add queuing
Browse files
app.py
CHANGED
|
@@ -38,6 +38,6 @@ 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 |
-
)
|
| 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 |
+
).queue()
|
| 42 |
|
| 43 |
demo.launch()
|