xMcLovinx commited on
Commit
a3bb19a
·
verified ·
1 Parent(s): 3532d7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,5 +13,5 @@ def d(input):
13
  output_DE = output_DE.strip("[]' ")
14
  return output_DE
15
 
16
- iface = gr.Interface(fn=d, inputs="Enter you text in english", outputs="Translated Output")
17
  iface.launch()
 
13
  output_DE = output_DE.strip("[]' ")
14
  return output_DE
15
 
16
+ iface = gr.Interface(fn=d, inputs="text", outputs="text")
17
  iface.launch()