Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -132,6 +132,7 @@ with gr.Blocks() as demo:
|
|
132 |
sentiment_analysis,
|
133 |
inputs=[text],
|
134 |
outputs=[sparse_answers],
|
|
|
135 |
)
|
136 |
|
137 |
|
|
|
132 |
sentiment_analysis,
|
133 |
inputs=[text],
|
134 |
outputs=[sparse_answers],
|
135 |
+
api_name="addition"
|
136 |
)
|
137 |
|
138 |
|