Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|