Jour commited on
Commit
d3643ed
1 Parent(s): ace0ec9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def translate(input, output, text):
36
  demo = gr.Blocks()
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():
36
  demo = gr.Blocks()
37
 
38
  with demo:
39
+ gr.Markdown("<h1><center>Translation 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():