Spaces:
Sleeping
Sleeping
removed unsupported param
Browse files
app.py
CHANGED
@@ -50,7 +50,6 @@ demo = gr.Interface(
|
|
50 |
title="Demo: App for Receipt Parsing using Donut",
|
51 |
description=description,
|
52 |
article=article,
|
53 |
-
enable_queue=True,
|
54 |
examples=[],
|
55 |
cache_examples=False)
|
56 |
|
|
|
50 |
title="Demo: App for Receipt Parsing using Donut",
|
51 |
description=description,
|
52 |
article=article,
|
|
|
53 |
examples=[],
|
54 |
cache_examples=False)
|
55 |
|