MAli7319 commited on
Commit
894dbf9
·
1 Parent(s): 732a250

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,6 +84,6 @@ with gr.Blocks() as demo:
84
  posscore = gr.Number(label="Positivity Score")
85
  compscore = gr.Number(label="Compound Score")
86
  rating = gr.Number(label="Generated Rating from Your Comment")
87
- button.click(fn=take_input(cons_tuned_svr), inputs=comment, outputs=[negscore, neuscore, posscore, compscore, rating])
88
 
89
  demo.launch()
 
84
  posscore = gr.Number(label="Positivity Score")
85
  compscore = gr.Number(label="Compound Score")
86
  rating = gr.Number(label="Generated Rating from Your Comment")
87
+ button.click(fn=take_input(cons_tuned_svr), inputs=str(comment), outputs=[negscore, neuscore, posscore, compscore, rating])
88
 
89
  demo.launch()