MesonWarrior commited on
Commit
4ffb6ee
1 Parent(s): 91f0ca0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ def generate_text(
13
  ):
14
  pipe = pipeline(
15
  'text-generation',
16
- model='MesonWarrior/gpt2-bugro',
17
- tokenizer='MesonWarrior/gpt2-bugro',
18
  min_length=min_length,
19
  max_length=max_length,
20
  use_auth_token=True
 
13
  ):
14
  pipe = pipeline(
15
  'text-generation',
16
+ model='MesonWarrior/gpt2-vk-bugro',
17
+ tokenizer='MesonWarrior/gpt2-vk-bugro',
18
  min_length=min_length,
19
  max_length=max_length,
20
  use_auth_token=True