Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def analyze_sentiment(text):
|
|
20 |
|
21 |
# Créer l'interface Gradio
|
22 |
interface = gr.Interface(
|
23 |
-
fn=pipe
|
24 |
inputs=gr.inputs.Textbox(lines=5, placeholder="Entrez votre texte ici..."),
|
25 |
outputs="text",
|
26 |
title="Analyse des Sentiments",
|
|
|
20 |
|
21 |
# Créer l'interface Gradio
|
22 |
interface = gr.Interface(
|
23 |
+
fn=pipe,
|
24 |
inputs=gr.inputs.Textbox(lines=5, placeholder="Entrez votre texte ici..."),
|
25 |
outputs="text",
|
26 |
title="Analyse des Sentiments",
|