Spaces:
Runtime error
Runtime error
First model version
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ iface = gr.Interface(
|
|
57 |
title="张博强毕设展示",
|
58 |
description="毕设题目:自然场景中任意形状文字的检测与识别\n目前进度:检测",
|
59 |
inputs=[gr.inputs.Image(label="image", type="filepath")],
|
60 |
-
outputs=[gr.outputs.Image()
|
61 |
#examples=['example1.jpg', 'example2.jpg', 'example3.jpg'],
|
62 |
#article="<a href=\"https://github.com/MhLiao/MaskTextSpotterV3\">GitHub Repo</a>",
|
63 |
).launch(enable_queue=True)
|
|
|
57 |
title="张博强毕设展示",
|
58 |
description="毕设题目:自然场景中任意形状文字的检测与识别\n目前进度:检测",
|
59 |
inputs=[gr.inputs.Image(label="image", type="filepath")],
|
60 |
+
outputs=[gr.outputs.Image(), gr.outputs.Dataframe(headers=['word'])], #
|
61 |
#examples=['example1.jpg', 'example2.jpg', 'example3.jpg'],
|
62 |
#article="<a href=\"https://github.com/MhLiao/MaskTextSpotterV3\">GitHub Repo</a>",
|
63 |
).launch(enable_queue=True)
|