Cyril666 commited on
Commit
8e2468e
·
1 Parent(s): a3634ba

First model version

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(enable_queue=True, cache_examples=True)
 
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)