ivelin commited on
Commit
c9b4c97
1 Parent(s): ad394a3

fix: example files

Browse files

Signed-off-by: ivelin <ivelin.eth@gmail.com>

Files changed (3) hide show
  1. app.py +4 -2
  2. example_1.jpg +0 -0
  3. example_2.jpg +0 -0
app.py CHANGED
@@ -58,8 +58,10 @@ demo = gr.Interface(
58
  description=description,
59
  article=article,
60
  enable_queue=True,
61
- examples=[["example_1.png", "When is the coffee break?"], [
62
- "example_2.jpeg", "What's the population of Stoddard?"]],
 
 
63
  cache_examples=False)
64
 
65
  demo.launch()
58
  description=description,
59
  article=article,
60
  enable_queue=True,
61
+ examples=[
62
+ ["example_1.jpg", "select the setting icon from top right corner"],
63
+ ["example_2.jpg", "enter the text field next to the name"]
64
+ ],
65
  cache_examples=False)
66
 
67
  demo.launch()
example_1.jpg ADDED
example_2.jpg ADDED