Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,10 @@ You are a feeling analyser and you'll say only "positive1" if I'm feeling positi
|
|
20 |
{text}
|
21 |
<|eot_id|>
|
22 |
<|start_header_id|>assistant<|end_header_id|>
|
|
|
23 |
'''
|
|
|
|
|
24 |
})
|
25 |
|
26 |
if isinstance(output, list) and len(output) > 0:
|
|
|
20 |
{text}
|
21 |
<|eot_id|>
|
22 |
<|start_header_id|>assistant<|end_header_id|>
|
23 |
+
|
24 |
'''
|
25 |
+
print("Réponse brute de l'API:", output) # Ajoutez cette ligne
|
26 |
+
|
27 |
})
|
28 |
|
29 |
if isinstance(output, list) and len(output) > 0:
|