Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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'],
|