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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  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\nLabels:\n- LABEL_1 - About disaster \n- LABEL_0 - Not about disaster"
6
 
 
1
  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\nLabels:\n- LABEL_1 - About disaster \n- LABEL_0 - Not about disaster"
6