romain125 commited on
Commit
6036d7a
1 Parent(s): 8b65dd6

FIX: Fix spelling mistakes for expls with gradio

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def predict(sentence: str):
28
 
29
  demo = gr.Interface(
30
  fn=predict,
31
- inputs=gr.Textbox(label="Customer Review", value="Lettria truelly handled all the overhead of a NLP project !"),
32
  outputs=gr.Label(label="Sentiment Level"),
33
  title="Lettria's Customer Sentiment Analysis",
34
  description="Introducing our Sentiment Analysis API powered by Deep Learning! It provides an easy-to-use solution for analyzing and understanding the sentiment expressed in text. With this API, you can gain valuable insights from customer feedback, social media posts, and reviews by accurately classifying text into positive, negative, or neutral sentiment categories. Seamlessly integrate it into your applications to make data-driven decisions, monitor brand reputation, and enhance customer satisfaction in real-time. Uncover the true sentiment behind text and unlock the power of sentiment analysis today!",
 
28
 
29
  demo = gr.Interface(
30
  fn=predict,
31
+ inputs=gr.Textbox(label="Customer Review", value="Lettria truly handled all the overhead of an NLP project!"),
32
  outputs=gr.Label(label="Sentiment Level"),
33
  title="Lettria's Customer Sentiment Analysis",
34
  description="Introducing our Sentiment Analysis API powered by Deep Learning! It provides an easy-to-use solution for analyzing and understanding the sentiment expressed in text. With this API, you can gain valuable insights from customer feedback, social media posts, and reviews by accurately classifying text into positive, negative, or neutral sentiment categories. Seamlessly integrate it into your applications to make data-driven decisions, monitor brand reputation, and enhance customer satisfaction in real-time. Uncover the true sentiment behind text and unlock the power of sentiment analysis today!",