cooelf commited on
Commit
6240e8a
·
verified ·
1 Parent(s): ed24908

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -45,5 +45,10 @@ with gr.Blocks(css="""
45
  generate_bt.click(
46
  fn=inference, inputs=inputs, outputs=outputs, show_progress=True
47
  )
 
 
 
 
 
48
  demo.queue()
49
  demo.launch()
 
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],
51
+ ],
52
+
53
  demo.queue()
54
  demo.launch()