freddyaboulton HF staff commited on
Commit
07e4bf4
1 Parent(s): cbb9e7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ title = "English to Spanish Translation (forked from osanseviero/test_gradio)"
11
 
12
  iface = gr.Interface(
13
  fn=predict,
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?"]]
 
11
 
12
  iface = gr.Interface(
13
  fn=predict,
14
+ inputs=[gr.Textbox(label="text", lines=3)],
15
  outputs='text',
16
  title=title,
17
  examples=[["Hello! My name is Abubakar"], ["How are you?"]]