ninooo96 commited on
Commit
71df27e
·
1 Parent(s): 4dca4cf

fix app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ demo = gr.Interface(
29
  inputs=gr.Textbox(placeholder="Enter text to analyze..."),
30
  outputs=gr.Textbox(), # Changed from gr.JSON() to gr.Textbox()
31
  title="Text Sentiment Analysis",
32
- description="Analyze the sentiment of text using TextBlob"
33
  )
34
 
35
  # Launch the interface and MCP server
 
29
  inputs=gr.Textbox(placeholder="Enter text to analyze..."),
30
  outputs=gr.Textbox(), # Changed from gr.JSON() to gr.Textbox()
31
  title="Text Sentiment Analysis",
32
+ description="Analyze the sentiment of text using DistilBert model."
33
  )
34
 
35
  # Launch the interface and MCP server