abdoulayee commited on
Commit
e04b54d
·
verified ·
1 Parent(s): 88adaea

Update app.py

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