itmorn commited on
Commit
5b4c9da
·
1 Parent(s): d0284ac
Files changed (2) hide show
  1. app.py +1 -1
  2. core.bin +2 -2
app.py CHANGED
@@ -25,7 +25,7 @@ def inference(image):
25
  elif code == 404:
26
  msg = "Files greater than 5MB"
27
  elif code == 405:
28
- msg = "System error, please contact\n the server for troubleshooting"
29
  import numpy as np
30
  img_out = np.zeros((500, 600, 3), dtype=np.uint8)
31
  if code!=200:
 
25
  elif code == 404:
26
  msg = "Files greater than 5MB"
27
  elif code == 405:
28
+ msg = "System error, please contact the server for troubleshooting"
29
  import numpy as np
30
  img_out = np.zeros((500, 600, 3), dtype=np.uint8)
31
  if code!=200:
core.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:722b367e4ceb510545a47b2e514093fc04a82c4d8df0f535c417c1ddfa420a46
3
- size 25802730
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:181cb427e28f8e7659b31ed232bbdcfd9ab44b0c337d63e42d4e867a1173a2f2
3
+ size 25802903