Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,9 +49,9 @@ def inference(img):
|
|
| 49 |
outputpath = "out_" + str(index) + ".jpg"
|
| 50 |
# cv2.imwrite(inputpath, img)
|
| 51 |
index += 1
|
| 52 |
-
print(time.strftime("
|
| 53 |
output = mainTest(img, outputpath)
|
| 54 |
-
print(time.strftime("
|
| 55 |
return output
|
| 56 |
|
| 57 |
|
|
|
|
| 49 |
outputpath = "out_" + str(index) + ".jpg"
|
| 50 |
# cv2.imwrite(inputpath, img)
|
| 51 |
index += 1
|
| 52 |
+
print(time.strftime("开始时间!!!!!!!!! %Y-%m-%d %H:%M:%S", time.localtime()))
|
| 53 |
output = mainTest(img, outputpath)
|
| 54 |
+
print(time.strftime("完成时间!!!!!!!!! %Y-%m-%d %H:%M:%S", time.localtime()))
|
| 55 |
return output
|
| 56 |
|
| 57 |
|