Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ def analyze_messages(input_text):
|
|
96 |
)
|
97 |
|
98 |
# Return both a text summary and a JSON-like dict of scores per label
|
99 |
-
return result
|
100 |
|
101 |
# Updated Gradio Interface using new component syntax
|
102 |
iface = gr.Interface(
|
|
|
96 |
)
|
97 |
|
98 |
# Return both a text summary and a JSON-like dict of scores per label
|
99 |
+
return result
|
100 |
|
101 |
# Updated Gradio Interface using new component syntax
|
102 |
iface = gr.Interface(
|