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