abidlabs HF staff commited on
Commit
1c6ce8d
1 Parent(s): cf62a41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -14,7 +14,6 @@ iface = gr.Interface(
14
  inputs=[gr.inputs.Textbox(label="text", lines=3)],
15
  outputs='text',
16
  title=title,
17
- examples=[["Hello! My name is Abubakar"], ["How are you?"]]
18
  )
19
 
20
  iface.launch()
 
14
  inputs=[gr.inputs.Textbox(label="text", lines=3)],
15
  outputs='text',
16
  title=title,
 
17
  )
18
 
19
  iface.launch()