Spaces:
Runtime error
Runtime error
Commented article var for gr.Interface
Browse files
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)
|