Spaces:
Running
Running
Fix filename.
Browse files
app.py
CHANGED
@@ -45,9 +45,9 @@ demo = gr.Interface(fn=ocr,
|
|
45 |
title=title,
|
46 |
description=description,
|
47 |
examples=[
|
48 |
-
["Examples/3.
|
49 |
["Examples/2.jpg", "Tifinagh-IRCAM"],
|
50 |
-
["Examples/1.
|
51 |
]
|
52 |
)
|
53 |
|
|
|
45 |
title=title,
|
46 |
description=description,
|
47 |
examples=[
|
48 |
+
["Examples/3.png", "Tifinagh-IRCAM"],
|
49 |
["Examples/2.jpg", "Tifinagh-IRCAM"],
|
50 |
+
["Examples/1.jpg", "Tifinagh-IRCAM"]
|
51 |
]
|
52 |
)
|
53 |
|