Spaces:
Runtime error
Runtime error
Commit
·
38efbdd
1
Parent(s):
3303031
Update app.py
Browse files
app.py
CHANGED
|
@@ -186,7 +186,7 @@ Create user interface for OCR demo
|
|
| 186 |
"""
|
| 187 |
|
| 188 |
image = gr.Image(shape=(224, 224),elem_id="img_div")
|
| 189 |
-
method = gr.Radio(["EasyOCR", "KerasOCR", "PaddleOCR"],elem_id="radio_div")
|
| 190 |
output = gr.Textbox(label="Output")
|
| 191 |
|
| 192 |
demo = gr.Interface(
|
|
|
|
| 186 |
"""
|
| 187 |
|
| 188 |
image = gr.Image(shape=(224, 224),elem_id="img_div")
|
| 189 |
+
method = gr.Radio(["EasyOCR", "KerasOCR", "PaddleOCR"],'PaddleOCR',elem_id="radio_div")
|
| 190 |
output = gr.Textbox(label="Output")
|
| 191 |
|
| 192 |
demo = gr.Interface(
|