publichealthsurveillance commited on
Commit
4315cbc
1 Parent(s): 2b6482e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ mental_io = gr.Interface(fn=mentalbert, inputs="text", outputs="text")
25
  # phs_io = gr.Interface(fn=phsbert, inputs="text", outputs="text")
26
 
27
  # Parallel(bert_io, mental_io, phs_io).launch()
28
- Parallel(bert_io, mental_io, examples=examples).launch()
29
  # bert_io.launch()
30
  # mental_io.launch()
31
  # phs_io.launch()
 
25
  # phs_io = gr.Interface(fn=phsbert, inputs="text", outputs="text")
26
 
27
  # Parallel(bert_io, mental_io, phs_io).launch()
28
+ Parallel(bert_io, mental_io, examples=examples, title="Vaccine Sentiment Task").launch()
29
  # bert_io.launch()
30
  # mental_io.launch()
31
  # phs_io.launch()