Jour commited on
Commit
ace0ec9
1 Parent(s): 101bdf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,6 +37,7 @@ demo = gr.Blocks()
37
 
38
  with demo:
39
  gr.Markdown("<h1><center>Translate with Bloom</center></h1>")
 
40
 
41
  with gr.Row():
42
  input_lang = gr.Dropdown(LANGUAGES, value='English', label='Select input language')
37
 
38
  with demo:
39
  gr.Markdown("<h1><center>Translate with Bloom</center></h1>")
40
+ gr.Markdown("<center>If you know how to do for that the model translate the full sentence and not with intenpestive words, make a pr!</center>")
41
 
42
  with gr.Row():
43
  input_lang = gr.Dropdown(LANGUAGES, value='English', label='Select input language')