Hachem commited on
Commit
c194df9
·
verified ·
1 Parent(s): a55e90f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -142,6 +142,8 @@ def process_image(image):
142
  "Active Mode (Normal): Consumption corresponds to the listed current values/power consumption figures depending on model and settings."
143
  ]
144
  }
 
 
145
  data=product_info
146
 
147
  if API==1:
 
142
  "Active Mode (Normal): Consumption corresponds to the listed current values/power consumption figures depending on model and settings."
143
  ]
144
  }
145
+ else:
146
+ energy_info = {}
147
  data=product_info
148
 
149
  if API==1: