Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ else:
|
|
96 |
#plt. figure(figsize=(10,9))
|
97 |
def occ_predict(img_content):
|
98 |
im = []
|
99 |
-
image1 =
|
100 |
|
101 |
#st.write(img_content)
|
102 |
#st.write(type(img_content))
|
|
|
96 |
#plt. figure(figsize=(10,9))
|
97 |
def occ_predict(img_content):
|
98 |
im = []
|
99 |
+
image1 = plt.imread(img_content)
|
100 |
|
101 |
#st.write(img_content)
|
102 |
#st.write(type(img_content))
|