Skip to content

Commit 2938dee

Browse files
committed
fix bug
1 parent 414571f commit 2938dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlocr/densenet_predict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
densenet = get_or_create(config_path)
3535

3636
start = time.time()
37-
print('\n'.join(densenet.predict(image_path, id_to_char)[1]))
37+
print(densenet.predict(image_path, id_to_char)[0])
3838
print("cost ",(time.time() - start) * 1000," ms")

0 commit comments

Comments
 (0)