Update app.py
Browse files
app.py
CHANGED
|
@@ -49,6 +49,7 @@ interface = gr.Interface(
|
|
| 49 |
outputs=gr.Textbox(label="Recognized Text"),
|
| 50 |
title="OCR (IIIT5K)",
|
| 51 |
description="CRNN + CTC model optimized for CPU inference using ONNX.",
|
|
|
|
| 52 |
)
|
| 53 |
|
| 54 |
if __name__ == "__main__":
|
|
|
|
| 49 |
outputs=gr.Textbox(label="Recognized Text"),
|
| 50 |
title="OCR (IIIT5K)",
|
| 51 |
description="CRNN + CTC model optimized for CPU inference using ONNX.",
|
| 52 |
+
examples=["999_3.png","999_8.png", "997_7.png"]
|
| 53 |
)
|
| 54 |
|
| 55 |
if __name__ == "__main__":
|