Spaces:
Runtime error
Runtime error
Akshat Sanghvi
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def detail(pro):
|
|
24 |
|
25 |
|
26 |
cho = st.file_uploader("Upload Image From Gallery", type=['png','jpg','jpeg','webp'])
|
27 |
-
|
28 |
|
29 |
if cho is not None:
|
30 |
img = Image.open(cho)
|
@@ -58,4 +58,4 @@ if st.button("Detect"):
|
|
58 |
st.subheader(f"Precautions :")
|
59 |
st.write(pre)
|
60 |
st.write("\n\n")
|
61 |
-
st.write(hnp)
|
|
|
24 |
|
25 |
|
26 |
cho = st.file_uploader("Upload Image From Gallery", type=['png','jpg','jpeg','webp'])
|
27 |
+
img = "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQMOT2b7n7cTUN90PpRrCRv20ejpAStsNJIxA&usqp=CAU"
|
28 |
|
29 |
if cho is not None:
|
30 |
img = Image.open(cho)
|
|
|
58 |
st.subheader(f"Precautions :")
|
59 |
st.write(pre)
|
60 |
st.write("\n\n")
|
61 |
+
st.write(hnp)
|