abidlabs HF staff commited on
Commit
5b5a3b7
1 Parent(s): 4270103

Update app.py

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