Spaces:
Runtime error
Runtime error
Update prediction.py
Browse files- prediction.py +3 -0
prediction.py
CHANGED
|
@@ -50,5 +50,8 @@ def run():
|
|
| 50 |
else:
|
| 51 |
st.write('Please upload an image to get a prediction.')
|
| 52 |
|
|
|
|
|
|
|
|
|
|
| 53 |
if __name__ == '__main__':
|
| 54 |
run()
|
|
|
|
| 50 |
else:
|
| 51 |
st.write('Please upload an image to get a prediction.')
|
| 52 |
|
| 53 |
+
link_gambar = 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRf0UahyfL77sbH37KTUrKPclYpYiO30lMnpQ&s'
|
| 54 |
+
st.image(link_gambar, use_container_width=True)
|
| 55 |
+
|
| 56 |
if __name__ == '__main__':
|
| 57 |
run()
|