cuneytkaya commited on
Commit
1befe73
1 Parent(s): 6a03283

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -19,6 +19,7 @@ demo = gr.Interface(
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
  )
23
 
24
 
 
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