Spaces:
Runtime error
Runtime error
Commit
·
b44e896
1
Parent(s):
912f7ec
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ def main():
|
|
| 69 |
|
| 70 |
if uploaded_image is not None:
|
| 71 |
image = Image.open(uploaded_image)
|
| 72 |
-
st.image(image, caption='Uploaded Image', use_column_width=True)
|
| 73 |
st.write("")
|
| 74 |
|
| 75 |
if st.button("Predict"):
|
|
|
|
| 69 |
|
| 70 |
if uploaded_image is not None:
|
| 71 |
image = Image.open(uploaded_image)
|
| 72 |
+
st.image(image, caption='Uploaded Image', use_column_width=True,width=500)
|
| 73 |
st.write("")
|
| 74 |
|
| 75 |
if st.button("Predict"):
|