Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def image_prediction(image, model):
|
|
75 |
|
76 |
def main():
|
77 |
|
78 |
-
image_file = st.file_uploader("Upload an image", type=['jpg', 'jpeg', 'png']
|
79 |
|
80 |
if image_file:
|
81 |
|
|
|
75 |
|
76 |
def main():
|
77 |
|
78 |
+
image_file = st.file_uploader("Upload an image", type=['jpg', 'jpeg', 'png'])
|
79 |
|
80 |
if image_file:
|
81 |
|