alex-abb commited on
Commit
bb43be2
1 Parent(s): e1021d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",