Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ def process_text(text_input, unit):
|
|
| 56 |
result = response[1][0][1]
|
| 57 |
return response[1][0][1]
|
| 58 |
|
| 59 |
-
def process_image(image_input, unit
|
| 60 |
if image_input is not None:
|
| 61 |
image = str(image_input)
|
| 62 |
print(image)
|
|
|
|
| 56 |
result = response[1][0][1]
|
| 57 |
return response[1][0][1]
|
| 58 |
|
| 59 |
+
def process_image(image_input, unit):
|
| 60 |
if image_input is not None:
|
| 61 |
image = str(image_input)
|
| 62 |
print(image)
|