hkayesh commited on
Commit
531cb56
·
1 Parent(s): 8f69bd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -5,10 +5,10 @@ title = "Disaster tweets classification"
5
  description = "Text classification using DistilBERT fine-tuned on the Kaggle disaster tweets dataset. \n\nLabels:\n- LABEL_1 - About disaster \n- LABEL_0 - Not about disaster"
6
 
7
  examples = [["Twelve feared killed in an air ambulance helicopter crash"],
8
- ["Emergency services called after 'strong' chemical smells"],
 
9
  ["I love my new Tesla!"],
10
- ["Wow social media really blew up after the Adele concert"],
11
- ["Are you OK?"]]
12
 
13
  interface = gr.Interface.load("huggingface/hkayesh/twitter-disaster-nlp",
14
  title=title,
 
5
  description = "Text classification using DistilBERT fine-tuned on the Kaggle disaster tweets dataset. \n\nLabels:\n- LABEL_1 - About disaster \n- LABEL_0 - Not about disaster"
6
 
7
  examples = [["Twelve feared killed in an air ambulance helicopter crash"],
8
+ ["Just happened a terrible car crash"],
9
+ ["Heard about #earthquake is different cities"],
10
  ["I love my new Tesla!"],
11
+ ["Wow social media really blew up after the Adele concert"]]
 
12
 
13
  interface = gr.Interface.load("huggingface/hkayesh/twitter-disaster-nlp",
14
  title=title,