Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ demo = gr.Interface(
|
|
| 48 |
fn=process_document,
|
| 49 |
inputs="image",
|
| 50 |
outputs="json",
|
| 51 |
-
title="
|
| 52 |
description=description,
|
| 53 |
article=article,
|
| 54 |
enable_queue=True,
|
|
|
|
| 48 |
fn=process_document,
|
| 49 |
inputs="image",
|
| 50 |
outputs="json",
|
| 51 |
+
title="OCR Receipt - Information Extraction - Fine tuned Donut model",
|
| 52 |
description=description,
|
| 53 |
article=article,
|
| 54 |
enable_queue=True,
|