Spaces:
Starting
on
T4
Starting
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -131,4 +131,5 @@ with gr.Blocks(theme=gr.themes.Monochrome(), title="Multicentury HTR Demo") as d
|
|
131 |
outputs=[region_img, line_img, textbox, processing_time])
|
132 |
|
133 |
if __name__ == "__main__":
|
134 |
-
demo.
|
|
|
|
131 |
outputs=[region_img, line_img, textbox, processing_time])
|
132 |
|
133 |
if __name__ == "__main__":
|
134 |
+
demo.queue()
|
135 |
+
demo.launch(show_error=True)
|