Pclanglais commited on
Commit
fac8734
·
verified ·
1 Parent(s): 930dd49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ class MistralChatBot:
127
  batch_prompts = [editorial_text]
128
 
129
  out = token_classifier(batch_prompts)
130
- out = transform_chunks(out)
131
  print(out)
132
  generated_text = '<h2 style="text-align:center">Réponse</h3>\n<div class="generation">' + out + "</div>"
133
  return generated_text
 
127
  batch_prompts = [editorial_text]
128
 
129
  out = token_classifier(batch_prompts)
130
+ out = transform_chunks(out[0])
131
  print(out)
132
  generated_text = '<h2 style="text-align:center">Réponse</h3>\n<div class="generation">' + out + "</div>"
133
  return generated_text