freddyaboulton HF Staff commited on
Commit
d3aad2f
·
1 Parent(s): 93f64a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def predict(text):
9
 
10
  iface = gr.Interface(
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
  )
 
9
 
10
  iface = gr.Interface(
11
  fn=predict,
12
+ inputs=[gr.Textbox(label="text", lines=3)],
13
  outputs='text',
14
  examples=[["Hello! My name is Abubakar"], ["How are you?"]]
15
  )