spxwlkr commited on
Commit
7a1687a
·
verified ·
1 Parent(s): 70af469

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ demo = gr.Interface(
75
  gr.Textbox(label="Average Score"),
76
  gr.Textbox(label="Average Sentiment"),
77
  gr.Textbox(label="Llama Sentiment")
78
- ]
79
  # output_label=["Entities","Entity Contexts", "Entity Sentiment Scores","Average Score of Entites","Llama sentiment on Lede"]
80
 
81
  demo.launch(share=True)
 
75
  gr.Textbox(label="Average Score"),
76
  gr.Textbox(label="Average Sentiment"),
77
  gr.Textbox(label="Llama Sentiment")
78
+ ])
79
  # output_label=["Entities","Entity Contexts", "Entity Sentiment Scores","Average Score of Entites","Llama sentiment on Lede"]
80
 
81
  demo.launch(share=True)