Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alex-abb
/
LLM_Feeling_Analyzer
like
2
Runtime error
App
Files
Files
Community
1
alex-abb
commited on
Jun 25
Commit
94461c6
•
1 Parent(s):
31e5801
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -24,7 +24,7 @@ def analyze_sentiment(text):
24
25
26
demo = gr.Interface(
27
-
fn =
query
28
inputs=["text"],
29
outputs=["text"],
30
)
24
25
26
demo = gr.Interface(
27
+
fn =
analyze_sentiment,
28
inputs=["text"],
29
outputs=["text"],
30
)