publichealthsurveillance commited on
Commit
2b0cd0a
1 Parent(s): a317c9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -29,4 +29,5 @@ phs_io = gr.Interface(fn=phsbert, inputs="text", outputs="text")
29
 
30
  Parallel(bert_io, mental_io, phs_io,
31
  examples=examples, title="Vaccine Sentiment Task - VS2",
32
- description="Enter vaccine-related tweets to generate sentiment from 3 models (BERT, MentalBERT, PHS-BERT). Label 0='vaccine critical', 1='neutral', 2='vaccine supportive'. The three provided examples are labelled 0,1,2 respectively. For details about VS2, refer to our paper (linked provided in https://huggingface.co/publichealthsurveillance/PHS-BERT).").launch()
 
 
29
 
30
  Parallel(bert_io, mental_io, phs_io,
31
  examples=examples, title="Vaccine Sentiment Task - VS2",
32
+ description="Enter vaccine-related tweets to generate sentiment from 3 models (BERT, MentalBERT, PHS-BERT). Label 0='vaccine critical', 1='neutral', 2='vaccine supportive'. The three provided examples are labelled 0,1,2 respectively. For details about VS2, refer to our paper (linked provided in https://huggingface.co/publichealthsurveillance/PHS-BERT).",
33
+ theme="peach").launch()