gsvc commited on
Commit
653be31
1 Parent(s): 2b1a056

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ def main():
144
  if txt_files_exist:
145
  lis=open('runs/detect/predict/labels/image0.txt','r').readlines()
146
  for line in lis:
147
- process_line(line, image_np,counter)
148
  counter+=1
149
  with st.spinner('Wait for the results...!'):
150
  time.sleep(5)
 
144
  if txt_files_exist:
145
  lis=open('runs/detect/predict/labels/image0.txt','r').readlines()
146
  for line in lis:
147
+ process_line(line, image,counter)
148
  counter+=1
149
  with st.spinner('Wait for the results...!'):
150
  time.sleep(5)