fspacheco commited on
Commit
ff2f9a4
·
1 Parent(s): 2b90013

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,5 +5,5 @@ description = "Detect environmental claims using as base model climatebert/disti
5
  examples = [["The solar cells are the most advanced piece of equipment."],
6
  ["Our plants are solar powered and the carbon footprint has been reduced by 50%."],
7
  ["In 2021, WEG ensured that 10% of energy consumption came from renewable sources by purchasing renewable energy certificates"]]
8
- demo=gr.Interface.load("models/fspacheco/climate-claim", description=description, examples=examples)
9
- demo.launch()
 
5
  examples = [["The solar cells are the most advanced piece of equipment."],
6
  ["Our plants are solar powered and the carbon footprint has been reduced by 50%."],
7
  ["In 2021, WEG ensured that 10% of energy consumption came from renewable sources by purchasing renewable energy certificates"]]
8
+ app=gr.Interface.load("models/fspacheco/climate-claim", description=description, examples=examples)
9
+ app.launch()