Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def process(input_pdf):
|
|
34 |
# model = DonutModel.from_pretrained("uartimcs/donut-invoice-extract")
|
35 |
# model.eval()
|
36 |
|
37 |
-
demo = gr.Interface(fn=process,inputs=gr.File(label="Upload PDF File"),outputs=gr.File(label="Output File"), title=f"Donut 🍩 demonstration
|
38 |
demo.launch()
|
39 |
|
40 |
|
|
|
34 |
# model = DonutModel.from_pretrained("uartimcs/donut-invoice-extract")
|
35 |
# model.eval()
|
36 |
|
37 |
+
demo = gr.Interface(fn=process,inputs=gr.File(label="Upload PDF File"),outputs=gr.File(label="Output File"), title=f"Donut 🍩 demonstration task",)
|
38 |
demo.launch()
|
39 |
|
40 |
|