jayebaku commited on
Commit
18b65fe
·
verified ·
1 Parent(s): 6890e02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -96,13 +96,13 @@ with gr.Blocks() as demo:
96
  This is a demo created to explore floods and wildfire classification in social media posts.\n
97
  Usage:\n
98
  (1.) Upload .tsv data file (must contain a text column with social media posts).\n
99
- -Next, type the name of the text column.\n
100
- -Then, choose a BERT classifier model from the drop down.\n
101
- -Finally, click the 'start prediction' buttton.\n
102
  Evaluation:\n
103
- -To evaluate the model's accuracy select the INCORRECT classifications using the checkboxes in front of each post.\n
104
- -Then, click on the 'Calculate Accuracy' button.\n
105
- -Then, click on the 'Download data as CSV' to get the classifications and evaluation data as a .csv file.
106
  """)
107
  with gr.Row(equal_height=True):
108
  with gr.Column(scale=4):
 
96
  This is a demo created to explore floods and wildfire classification in social media posts.\n
97
  Usage:\n
98
  (1.) Upload .tsv data file (must contain a text column with social media posts).\n
99
+ (2.) Next, type the name of the text column.\n
100
+ (3.) Then, choose a BERT classifier model from the drop down.\n
101
+ (4.) Finally, click the 'start prediction' buttton.\n
102
  Evaluation:\n
103
+ (1.) To evaluate the model's accuracy select the INCORRECT classifications using the checkboxes in front of each post.\n
104
+ (2.) Then, click on the 'Calculate Accuracy' button.\n
105
+ (3.) Then, click on the 'Download data as CSV' to get the classifications and evaluation data as a .csv file.
106
  """)
107
  with gr.Row(equal_height=True):
108
  with gr.Column(scale=4):