Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,6 @@ demo = gr.Interface(
|
|
26 |
outputs="json",
|
27 |
title=f"Donut 🍩 demonstration for `insurance` task",
|
28 |
description="""This model is trained with 294 Korean insurance images of custom dataset.""",
|
29 |
-
#examples=[["donut_sample_insurance1.jpg"], ["donut_sample_insurance2.jpg"]],
|
30 |
cache_examples=False,
|
31 |
)
|
32 |
|
|
|
26 |
outputs="json",
|
27 |
title=f"Donut 🍩 demonstration for `insurance` task",
|
28 |
description="""This model is trained with 294 Korean insurance images of custom dataset.""",
|
|
|
29 |
cache_examples=False,
|
30 |
)
|
31 |
|