BK-V commited on
Commit
5627ad0
1 Parent(s): faf482f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ if image_file is not None:
140
  img , output1 = segment_molar(image_file)
141
  output2 = measure_molar(image_file)
142
 
143
- st.image(img,width=850)
144
  st.image(output1,width=850)
145
  st.image(output2,width=850)
146
 
 
140
  img , output1 = segment_molar(image_file)
141
  output2 = measure_molar(image_file)
142
 
143
+ st.image(img[0],width=850)
144
  st.image(output1,width=850)
145
  st.image(output2,width=850)
146