Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -65,4 +65,4 @@ iface = gr.Interface(predict,
|
|
65 |
description="Demo Web App For UTRNet\n(https://github.com/abdur75648/UTRNet-High-Resolution-Urdu-Text-Recognition)",
|
66 |
examples=examples,
|
67 |
allow_flagging="never")
|
68 |
-
iface.launch()
|
|
|
65 |
description="Demo Web App For UTRNet\n(https://github.com/abdur75648/UTRNet-High-Resolution-Urdu-Text-Recognition)",
|
66 |
examples=examples,
|
67 |
allow_flagging="never")
|
68 |
+
iface.launch(show_error=True)
|