Amanda commited on
Commit
dd15c12
·
1 Parent(s): 85e39da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ demo = gr.Interface(
51
  description=description,
52
  article=article,
53
  enable_queue=True,
54
- examples=[["DL.jpg", "What is the Address?"], ["EAC.png", "What is the Document Type?"]],
55
  cache_examples=False)
56
 
57
  demo.launch()
 
51
  description=description,
52
  article=article,
53
  enable_queue=True,
54
+ examples=[["Invoice.jpg", "What is the Invoice Number?"], ["DL.jpg", "What is the Address?"], ["EAC.png", "What is the Document Type?"]],
55
  cache_examples=False)
56
 
57
  demo.launch()