Iosif24 commited on
Commit
b1ecbf8
1 Parent(s): 37c9c33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ def translate(text):
16
  return response
17
  txt = grad.Textbox(line=1, label="English", placeholder = "English text here")
18
  txt_out = grad.Textbox(line=1, label= "Greek", placeholder = "Greek translation")
19
- grad.Interface(translate, inputs=txt, output=txt_out, theme="dark").launch()
 
16
  return response
17
  txt = grad.Textbox(line=1, label="English", placeholder = "English text here")
18
  txt_out = grad.Textbox(line=1, label= "Greek", placeholder = "Greek translation")
19
+ grad.Interface(translate, inputs=txt, outputs=txt_out, theme="dark").launch()