Cyril666 commited on
Commit
269312a
·
1 Parent(s): 42d6d34

First model version

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()], #, 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)
 
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)