xelpmocAI commited on
Commit
c659e77
1 Parent(s): 964f66f

Commented article var for gr.Interface

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ demo = gr.Interface(
49
  inputs="image",
50
  outputs="json",
51
  title="Template-Free OCR model",
52
- article=article,
53
  enable_queue=True,
54
  examples=[["example.png"], ["example_2.png"], ["example_3.png"]],
55
  cache_examples=False)
 
49
  inputs="image",
50
  outputs="json",
51
  title="Template-Free OCR model",
52
+ # article=article,
53
  enable_queue=True,
54
  examples=[["example.png"], ["example_2.png"], ["example_3.png"]],
55
  cache_examples=False)