osanseviero commited on
Commit
930aaf0
·
1 Parent(s): 6ba0a3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ iface = gr.Interface(fn=predict,
20
  outputs='text',
21
  title=title,
22
  description=description,
23
- examples=[["My name is Omar and I live in Mexico", "Where does Omar live?"]]
24
  enable_queue=True)
25
 
26
  iface.launch()
 
20
  outputs='text',
21
  title=title,
22
  description=description,
23
+ examples=[["My name is Omar and I live in Mexico", "Where does Omar live?"]],
24
  enable_queue=True)
25
 
26
  iface.launch()