Spaces:
Runtime error
Runtime error
typo
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ if choice == "Image":
|
|
132 |
if image_file != None:
|
133 |
file_details = {"filename":image_file.name, "filetype":image_file.type, "filesize":image_file.size}
|
134 |
st.write(file_details)
|
135 |
-
glo_text, keys = tes_image(image_file
|
136 |
rees(glo_text, keys)
|
137 |
|
138 |
elif choice == "Dataset":
|
|
|
132 |
if image_file != None:
|
133 |
file_details = {"filename":image_file.name, "filetype":image_file.type, "filesize":image_file.size}
|
134 |
st.write(file_details)
|
135 |
+
glo_text, keys = tes_image(image_file)
|
136 |
rees(glo_text, keys)
|
137 |
|
138 |
elif choice == "Dataset":
|