smjain commited on
Commit
ba29b82
1 Parent(s): d6062ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,6 +13,6 @@ def translate(text):
13
 
14
  #response = opus_translator(text)
15
  return response
16
- txt=grad.Textbox(lines=1, label="English", placeholder="English Text here"))
17
  out=grad.Textbox(lines=1, label="French")
18
  grad.Interface(translate, inputs=txt, outputs=out).launch()
 
13
 
14
  #response = opus_translator(text)
15
  return response
16
+ txt=grad.Textbox(lines=1, label="English", placeholder="English Text here")
17
  out=grad.Textbox(lines=1, label="French")
18
  grad.Interface(translate, inputs=txt, outputs=out).launch()