Spaces:
Runtime error
Runtime error
isLinXu
commited on
Commit
·
1b9af07
1
Parent(s):
7358262
update
Browse files
app.py
CHANGED
@@ -215,7 +215,7 @@ if __name__ == '__main__':
|
|
215 |
input_image, out_dir, det, det_weights, rec, rec_weights,
|
216 |
kie, kie_weights, device, batch_size
|
217 |
],
|
218 |
-
outputs=[output_image, output_json],
|
219 |
title=title, description=description, article=article,
|
220 |
)
|
221 |
|
|
|
215 |
input_image, out_dir, det, det_weights, rec, rec_weights,
|
216 |
kie, kie_weights, device, batch_size
|
217 |
],
|
218 |
+
outputs=[output_image, output_json],
|
219 |
title=title, description=description, article=article,
|
220 |
)
|
221 |
|