MrBah commited on
Commit
c607076
·
verified ·
1 Parent(s): 607c75e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ interface2 = gr.Interface(
45
  fn = analyser_sentiment_camembert,
46
  inputs=gr.Textbox(lines=3, placeholder="Entrez un tweet en français ici..."),
47
  outputs=gr.Textbox(label='Output'),
48
- title="Analyse de Sentiment avec camebert",
49
  description="Entrez un tweet en français pour obtenir son sentiment."
50
  )
51
 
 
45
  fn = analyser_sentiment_camembert,
46
  inputs=gr.Textbox(lines=3, placeholder="Entrez un tweet en français ici..."),
47
  outputs=gr.Textbox(label='Output'),
48
+ title="Analyse de Sentiment avec camembert",
49
  description="Entrez un tweet en français pour obtenir son sentiment."
50
  )
51