Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|