KaburaJ commited on
Commit
f2e2bcd
·
1 Parent(s): f817463

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'],label_visibility="visible")
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