Cyril666 commited on
Commit
d92217b
·
1 Parent(s): db9bbf4

First model version

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