Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
["
|
|
|
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,
|