Akbartus commited on
Commit
2f74b8e
·
1 Parent(s): 15911ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ models = {'en': 'Narsil/deberta-large-mnli-zero-cls', # English
13
 
14
  hypothesis_templates = {'en': 'This example is {}.', # English
15
  'ru': 'Этот пример {}.', # Russian
16
- 'uz': 'Бу мисол {}.' # Uzbek}
17
 
18
 
19
  classifiers = {'en': pipeline("zero-shot-classification", hypothesis_template=hypothesis_templates['en'],
 
13
 
14
  hypothesis_templates = {'en': 'This example is {}.', # English
15
  'ru': 'Этот пример {}.', # Russian
16
+ 'uz': 'Бу мисол {}.'} # Uzbek
17
 
18
 
19
  classifiers = {'en': pipeline("zero-shot-classification", hypothesis_template=hypothesis_templates['en'],