Spaces:
Sleeping
Sleeping
fix app.py
Browse files
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
|
| 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
|