ballatraore commited on
Commit
c5a276b
·
verified ·
1 Parent(s): 5496127

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def blagueur(prompt):
15
  do_sample=True,
16
  temperature=0.9
17
  )
18
- return tokenizer.decode(outputs[0], skip_special_tokens=True)
19
 
20
 
21
  # Configuration de l'interface Gradio
 
15
  do_sample=True,
16
  temperature=0.9
17
  )
18
+ return tokenizer__.decode(outputs[0], skip_special_tokens=True)
19
 
20
 
21
  # Configuration de l'interface Gradio