jaifar530 commited on
Commit
afcf9ea
·
unverified ·
1 Parent(s): f740d47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import numpy as np
12
  from PIL import Image
13
  from joblib import load
14
 
15
- st.write(f"Pickle version: {pickle.format_version}")
16
 
17
  # Custom headers for the HTTP request
18
  headers = {
 
12
  from PIL import Image
13
  from joblib import load
14
 
15
+ st.write(f"joblib version: {joblib.__version__}")
16
 
17
  # Custom headers for the HTTP request
18
  headers = {