RustX commited on
Commit
110e03e
β€’
1 Parent(s): 855043c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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