Spaces:
Build error
Build error
First model version
Browse files
app.py
CHANGED
@@ -38,4 +38,4 @@ iface = gr.Interface(
|
|
38 |
outputs=[gr.outputs.Image()], #, gr.outputs.Dataframe(headers=['word'])],
|
39 |
#examples=['example1.jpg', 'example2.jpg', 'example3.jpg'],
|
40 |
#article="<a href=\"https://github.com/MhLiao/MaskTextSpotterV3\">GitHub Repo</a>",
|
41 |
-
).launch(
|
|
|
38 |
outputs=[gr.outputs.Image()], #, gr.outputs.Dataframe(headers=['word'])],
|
39 |
#examples=['example1.jpg', 'example2.jpg', 'example3.jpg'],
|
40 |
#article="<a href=\"https://github.com/MhLiao/MaskTextSpotterV3\">GitHub Repo</a>",
|
41 |
+
).launch(debug=True)
|