Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def process_text(text_input, unit):
|
|
53 |
print(job)
|
54 |
response = job.result()
|
55 |
print(response)
|
56 |
-
|
57 |
|
58 |
def encode_image_to_base64(image_input):
|
59 |
buffered = io.BytesIO()
|
|
|
53 |
print(job)
|
54 |
response = job.result()
|
55 |
print(response)
|
56 |
+
return response[1][0]
|
57 |
|
58 |
def encode_image_to_base64(image_input):
|
59 |
buffered = io.BytesIO()
|