tomofi commited on
Commit
9f8f289
1 Parent(s): 9292a6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,6 +23,6 @@ gr.Interface(
23
  title=title,
24
  description=description,
25
  article=article,
26
- examples=['eurotext.png']
27
  ).launch(enable_queue=True,cache_examples=True)
28
 
 
23
  title=title,
24
  description=description,
25
  article=article,
26
+ examples=[['eurotext.png', ['eng']]]
27
  ).launch(enable_queue=True,cache_examples=True)
28