Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ async def health_check():
|
|
| 44 |
return {"status": "OK"}
|
| 45 |
|
| 46 |
demo = gr.Interface(
|
| 47 |
-
fn=
|
| 48 |
inputs=gr.Textbox(placeholder="Enter text to analyze..."),
|
| 49 |
outputs=gr.Textbox(),
|
| 50 |
title="Text Sentiment Analysis",
|
|
|
|
| 44 |
return {"status": "OK"}
|
| 45 |
|
| 46 |
demo = gr.Interface(
|
| 47 |
+
fn=analyze_sentiment,
|
| 48 |
inputs=gr.Textbox(placeholder="Enter text to analyze..."),
|
| 49 |
outputs=gr.Textbox(),
|
| 50 |
title="Text Sentiment Analysis",
|