Spaces:
Runtime error
Runtime error
yuvaranianandhan24
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ st.markdown("<h4 style='text-align: center ; color: violet;'> Discover a plethor
|
|
16 |
|
17 |
|
18 |
#To load image
|
19 |
-
img = Image.open(
|
20 |
image_bytes = img.resize((700,400))
|
21 |
|
22 |
|
|
|
16 |
|
17 |
|
18 |
#To load image
|
19 |
+
img = Image.open('images.png')
|
20 |
image_bytes = img.resize((700,400))
|
21 |
|
22 |
|