kaushikbar commited on
Commit
f1a2cd3
·
1 Parent(s): 3318d6e

Multiple language support added.

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -75,10 +75,10 @@ def sequence_to_classify(sequence, labels):
75
 
76
  return clean_output
77
 
78
- example_text1 = "Climate change refers to long-term shifts in temperatures and weather patterns. \
79
- These shifts may be natural, but since the 1800s, human activities have been the main driver of climate change, \
80
- primarily due to the burning of fossil fuels (like coal, oil, and gas), which produces heat-trapping gases."
81
- example_labels1="business,nature,religion"
82
  example_text2="Ja, vi elsker dette landet,\
83
  som det stiger frem,\
84
  furet, værbitt over vannet,\
 
75
 
76
  return clean_output
77
 
78
+ example_text1 = "Coronavirus disease (COVID-19) is an infectious disease caused by the SARS-CoV-2 virus. Most \
79
+ people who fall sick with COVID-19 will experience mild to moderate symptoms and recover without special treatment. \
80
+ However, some will become seriously ill and require medical attention."
81
+ example_labels1="business,health related,politics"
82
  example_text2="Ja, vi elsker dette landet,\
83
  som det stiger frem,\
84
  furet, værbitt over vannet,\