Cheselle commited on
Commit
bf24417
·
verified ·
1 Parent(s): 820ca48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,4 +11,4 @@ if file_name is not None:
11
 
12
  image = Image.open(file_name)
13
  col1.image(image, use_column_width=True)
14
- pipeline(image)
 
11
 
12
  image = Image.open(file_name)
13
  col1.image(image, use_column_width=True)
14
+ st.write(pipeline(image))