Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ demo = gr.Interface(fn=ocr,
|
|
34 |
outputs=["text", "file"],
|
35 |
title=title,
|
36 |
description=description,
|
37 |
-
examples=[["Examples/
|
38 |
)
|
39 |
|
40 |
demo.launch(debug=True)
|
|
|
34 |
outputs=["text", "file"],
|
35 |
title=title,
|
36 |
description=description,
|
37 |
+
examples=[["Examples/1.jpg"],["Examples/2.jpg"],["Examples/3.png"]]
|
38 |
)
|
39 |
|
40 |
demo.launch(debug=True)
|