cooelf commited on
Commit
3e7a53c
1 Parent(s): e9d76fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -45,6 +45,7 @@ with gr.Blocks(css="""
45
  generate_bt.click(
46
  fn=inference, inputs=inputs, outputs=outputs, show_progress=True
47
  )
 
48
  examples = [
49
  ["My last two weather pics from the storm on August 2nd. People packed up real fast after the temp dropped and winds picked up.", 1],
50
  ["Lying Clinton sinking! Donald Trump singing: Let's Make America Great Again!", 0],
 
45
  generate_bt.click(
46
  fn=inference, inputs=inputs, outputs=outputs, show_progress=True
47
  )
48
+ title = "Tutorial: BERT-based Text Classificatioin",
49
  examples = [
50
  ["My last two weather pics from the storm on August 2nd. People packed up real fast after the temp dropped and winds picked up.", 1],
51
  ["Lying Clinton sinking! Donald Trump singing: Let's Make America Great Again!", 0],