Spaces:
Runtime error
Runtime error
Commit
·
1f7920e
1
Parent(s):
f6adf9a
Update classifier.py
Browse files- classifier.py +1 -1
classifier.py
CHANGED
@@ -43,7 +43,7 @@ def run():
|
|
43 |
if uploaded_files:
|
44 |
for uploaded_file in uploaded_files:
|
45 |
st.write("filename:", uploaded_file.name)
|
46 |
-
|
47 |
st.write("Please upload your image properly")
|
48 |
# Close the form
|
49 |
submitted = st.form_submit_button('Predict')
|
|
|
43 |
if uploaded_files:
|
44 |
for uploaded_file in uploaded_files:
|
45 |
st.write("filename:", uploaded_file.name)
|
46 |
+
else:
|
47 |
st.write("Please upload your image properly")
|
48 |
# Close the form
|
49 |
submitted = st.form_submit_button('Predict')
|