Iosif24 commited on
Commit
2d9e181
1 Parent(s): b1ecbf8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,5 +15,5 @@ def translate(text):
15
  #response = opus_translator(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, outputs=txt_out, theme="dark").launch()
 
15
  #response = opus_translator(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")
19
  grad.Interface(translate, inputs=txt, outputs=txt_out, theme="dark").launch()