edaiofficial commited on
Commit
2c732ad
·
1 Parent(s): 379a274

additional commits

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def get_translation(source_language,target_language,source_sentence=None,source_
73
 
74
 
75
  title = "Interact with Masakhane Benchmark Models"
76
- description = "This is a demo to enable you interact with some of the Masakhane Benchmark Models and keep up with their improvement. Some of these models undergo finetuning on a regular basis. This way, you can easily use the best with no hassles."
77
 
78
  iface = gr.Interface(fn=get_translation,
79
  inputs=[gr.inputs.Dropdown(choices = available_languages,default='English'),
 
73
 
74
 
75
  title = "Interact with Masakhane Benchmark Models"
76
+ description = "This enables you to interact with some of the Masakhane Benchmark Models and keep up with their improvement. Some of these models undergo finetuning on a regular basis. This way, you can easily use the best with no hassles."
77
 
78
  iface = gr.Interface(fn=get_translation,
79
  inputs=[gr.inputs.Dropdown(choices = available_languages,default='English'),