Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|