Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
|
|
4 |
# Define the examples
|
5 |
examples = [
|
6 |
["в 2006-2010 гг. Вася учился в МГУ"],
|
7 |
-
["я купил iphone 10X за 14990 руб без 3
|
8 |
]
|
9 |
|
10 |
# Load the model using Hugging Face pipeline
|
|
|
4 |
# Define the examples
|
5 |
examples = [
|
6 |
["в 2006-2010 гг. Вася учился в МГУ"],
|
7 |
+
["я купил iphone 10X за 14990 руб без 3х часов полдень и т.д."]
|
8 |
]
|
9 |
|
10 |
# Load the model using Hugging Face pipeline
|