Babyloncoder commited on
Commit
d7b1438
1 Parent(s): a422ed3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ if __name__ == '__main__':
44
  textbox = gr.Textbox(lines=5, label="Input text")
45
  title = "nllb-distilled-600M - Example implementation"
46
 
47
- description = f"Nots: please note that not all translations are accurate, and some models codes are not accepted . "
48
 
49
  initial_output_value = "<p>Translation results will appear here.</p>"
50
  output_html = gr.HTML(label="Translation Result", value=initial_output_value)
 
44
  textbox = gr.Textbox(lines=5, label="Input text")
45
  title = "nllb-distilled-600M - Example implementation"
46
 
47
+ description = f"Remarks: Please note that not all translations are accurate, and some model codes are not accepted. . "
48
 
49
  initial_output_value = "<p>Translation results will appear here.</p>"
50
  output_html = gr.HTML(label="Translation Result", value=initial_output_value)