cuneytkaya commited on
Commit
39e8960
1 Parent(s): 1befe73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,8 +18,8 @@ demo = gr.Interface(
18
  inputs=gr.Textbox(label="Input Text (English)"),
19
  outputs=gr.Textbox(label="Translated Text (Turkish)"),
20
  title="English to Turkish Translator",
21
- description="A demo that translates English text to Turkish using the NLLB-200 model."
22
- examples=[["What are you doing?"], ["Where should we time travel to?"], ["Let's translate me!"]]
23
  )
24
 
25
 
 
18
  inputs=gr.Textbox(label="Input Text (English)"),
19
  outputs=gr.Textbox(label="Translated Text (Turkish)"),
20
  title="English to Turkish Translator",
21
+ description="A demo that translates English text to Turkish using the NLLB-200 model.",
22
+ examples=[["What are you doing?"], ["Where should we time travel to?"], ["Let's translate me!"]],
23
  )
24
 
25