Spaces:
Runtime error
Runtime error
Update prediction.py
Browse files- prediction.py +1 -1
prediction.py
CHANGED
|
@@ -28,7 +28,7 @@ def run():
|
|
| 28 |
st.write('---')
|
| 29 |
st.write('Upload an image of skin, and this app will predict the skin type.')
|
| 30 |
|
| 31 |
-
link_gambar = 'https://
|
| 32 |
st.image(link_gambar, caption='Know your skin type!', use_container_width=True)
|
| 33 |
|
| 34 |
uploaded_file = st.file_uploader('Upload an image:', type=['jpg', 'png', 'jpeg'])
|
|
|
|
| 28 |
st.write('---')
|
| 29 |
st.write('Upload an image of skin, and this app will predict the skin type.')
|
| 30 |
|
| 31 |
+
link_gambar = 'https://www.wendygriffith.co.uk/wp-content/uploads/sites/14118/2024/07/Healthy-Skin-1-1-1024x1024.png'
|
| 32 |
st.image(link_gambar, caption='Know your skin type!', use_container_width=True)
|
| 33 |
|
| 34 |
uploaded_file = st.file_uploader('Upload an image:', type=['jpg', 'png', 'jpeg'])
|