AnkitPatil commited on
Commit
944c467
·
1 Parent(s): e060d05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def translate(text):
12
  )
13
  iface = gr.Interface(
14
  fn=translate,
15
- inputs=gr.input,Textbox(lines=10, placeholder="Enter or paste your Text and press "Submit"."),
16
  outputs="text"
17
  )
18
  iface.launch()
 
12
  )
13
  iface = gr.Interface(
14
  fn=translate,
15
+ inputs=gr.inputs.Textbox(lines=10, placeholder="Enter or paste your Text and press "Submit"."),
16
  outputs="text"
17
  )
18
  iface.launch()