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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Labels:\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"],
 
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"],