dipesh1701 commited on
Commit
9ceba9a
1 Parent(s): 898163c

simplify description

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -75,10 +75,9 @@ if __name__ == "__main__":
75
 
76
  title = "The Master Betters Translator"
77
 
78
- demo_status = "App is running on CPU"
79
  desc = "This is the beta version of the master betters translator, which used the pre-trained model of facebook's no language left behind and fine-tuned with custom datasets. To use this app you need to have chosen the source and target language with your input text to get the output."
80
  description = (
81
- f"{desc} {demo_status}"
82
  )
83
  examples = [["English", "Nepali", "Hi. nice to meet you"]]
84
 
 
75
 
76
  title = "The Master Betters Translator"
77
 
 
78
  desc = "This is the beta version of the master betters translator, which used the pre-trained model of facebook's no language left behind and fine-tuned with custom datasets. To use this app you need to have chosen the source and target language with your input text to get the output."
79
  description = (
80
+ f"{desc}"
81
  )
82
  examples = [["English", "Nepali", "Hi. nice to meet you"]]
83