Spaces:
Runtime error
Runtime error
init
Browse files
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
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:181cb427e28f8e7659b31ed232bbdcfd9ab44b0c337d63e42d4e867a1173a2f2
|
3 |
+
size 25802903
|