Commit
·
a79dfef
1
Parent(s):
2ccb45c
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ inputs = [
|
|
59 |
]
|
60 |
|
61 |
outputs = gr.Image(type="filepath", label="Output Image")
|
62 |
-
title = "
|
63 |
examples = [
|
64 |
["ocr1.jpg", 0.6, 0.45],
|
65 |
["ocr2.jpg", 0.25, 0.45],
|
|
|
59 |
]
|
60 |
|
61 |
outputs = gr.Image(type="filepath", label="Output Image")
|
62 |
+
title = "OCR Demo"
|
63 |
examples = [
|
64 |
["ocr1.jpg", 0.6, 0.45],
|
65 |
["ocr2.jpg", 0.25, 0.45],
|