Spaces:
Runtime error
Runtime error
syntax
Browse files
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 =
|
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}")
|