Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -189,6 +189,7 @@ messages = [
|
|
| 189 |
|
| 190 |
def classify(UserInput, Image, Textbox2, Textbox3):
|
| 191 |
if Textbox3 == code:
|
|
|
|
| 192 |
if Image is not None:
|
| 193 |
output = []
|
| 194 |
image_data = np.array(Image)
|
|
|
|
| 189 |
|
| 190 |
def classify(UserInput, Image, Textbox2, Textbox3):
|
| 191 |
if Textbox3 == code:
|
| 192 |
+
print("Image: ", Image)
|
| 193 |
if Image is not None:
|
| 194 |
output = []
|
| 195 |
image_data = np.array(Image)
|