Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
|
3 |
title = "Disaster tweets classification"
|
4 |
|
5 |
-
description = "Text classification using DistilBERT fine-tuned on the Kaggle disaster tweets dataset. \n
|
6 |
|
7 |
examples = [["Twelve feared killed in an air ambulance helicopter crash"],
|
8 |
["Emergency services called after 'strong' chemical smells"],
|
|
|
2 |
|
3 |
title = "Disaster tweets classification"
|
4 |
|
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"],
|