zamborg commited on
Commit
5a0da41
1 Parent(s): 3bb734e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ with st.spinner("Loading Model"):
16
  start = time.time()
17
  from model import *
18
  st.write(f"Import TIME: {time.time()-start}")
19
- sample_images = glob.glob("./samples/*.jpg")
20
  start = time.time()
21
  download_files()
22
  st.write(f"download TIME: {time.time()-start}")
 
16
  start = time.time()
17
  from model import *
18
  st.write(f"Import TIME: {time.time()-start}")
19
+ sample_images = get_samples()
20
  start = time.time()
21
  download_files()
22
  st.write(f"download TIME: {time.time()-start}")