Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -143,7 +143,7 @@ def process_image(image):
|
|
| 143 |
]
|
| 144 |
}
|
| 145 |
else:
|
| 146 |
-
energy_info = {}
|
| 147 |
data=product_info
|
| 148 |
|
| 149 |
if API==1:
|
|
|
|
| 143 |
]
|
| 144 |
}
|
| 145 |
else:
|
| 146 |
+
energy_info = {"Info":"Product information not found in our database"}
|
| 147 |
data=product_info
|
| 148 |
|
| 149 |
if API==1:
|