tclopess commited on
Commit
f3ecf12
·
verified ·
1 Parent(s): a03c4bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ inputs = [
17
 
18
  ]
19
 
20
-
21
  iface = gr.Interface(fn=get_sentiment,
22
  inputs=inputs,
23
  outputs=label,
 
17
 
18
  ]
19
 
20
+ label = gr.outputs.Label()
21
  iface = gr.Interface(fn=get_sentiment,
22
  inputs=inputs,
23
  outputs=label,