Spaces:
Sleeping
Sleeping
DzmitryXXL
commited on
Commit
·
a9bc5e6
1
Parent(s):
9c68243
Upload app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ if image_file is not None:
|
|
137 |
image=cv2.imread(image_file)
|
138 |
|
139 |
st.text("Making A Prediction ....")
|
140 |
-
st.image(
|
141 |
|
142 |
img=np.asarray(image)
|
143 |
|
|
|
137 |
image=cv2.imread(image_file)
|
138 |
|
139 |
st.text("Making A Prediction ....")
|
140 |
+
st.image(image,width=1100)
|
141 |
|
142 |
img=np.asarray(image)
|
143 |
|