Jezia commited on
Commit
0235d30
·
1 Parent(s): 5538496

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ examples = [
9
  ['Меня зовут Томас и мой основной']
10
  ]
11
 
12
- io = gr.Interface.load("models/sberbank-ai/rugpt3large_based_on_gpt2")
13
 
14
 
15
 
 
9
  ['Меня зовут Томас и мой основной']
10
  ]
11
 
12
+ io = gr.Interface.load("keras-io/text-generation-miniature-gpt")
13
 
14
 
15