Spaces:
Runtime error
Runtime error
abhibisht89
commited on
Commit
•
fb27da5
1
Parent(s):
176b8ed
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ demo = gr.Interface(
|
|
46 |
fn= doc_process,
|
47 |
inputs=["image", "text"],
|
48 |
outputs="json",
|
49 |
-
title="
|
50 |
description=description,
|
51 |
article=article,
|
52 |
enable_queue=True,
|
|
|
46 |
fn= doc_process,
|
47 |
inputs=["image", "text"],
|
48 |
outputs="json",
|
49 |
+
title="Donut 🍩 for DocVQA",
|
50 |
description=description,
|
51 |
article=article,
|
52 |
enable_queue=True,
|