Vrooh933 commited on
Commit
10b6b70
1 Parent(s): 164f57c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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