alexue4 commited on
Commit
3b8a11a
·
verified ·
1 Parent(s): e7f75fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-x часов полдень и т.д."]
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