jfeketet72 commited on
Commit
9045e57
1 Parent(s): 8c7a67c

Update app.py

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