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

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 French Translation"
11
 
12
  iface = gr.Interface(
13
  fn=predict,
14
- inputs=[gr.inputs.Textbox(label="text", lines=3)],
15
  outputs='text',
16
  title=title,
17
  )
 
11
 
12
  iface = gr.Interface(
13
  fn=predict,
14
+ inputs=[gr.Textbox(label="text", lines=3)],
15
  outputs='text',
16
  title=title,
17
  )