Spaces:
Runtime error
Runtime error
sabarinathan
commited on
Commit
•
5525f11
1
Parent(s):
418d385
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ inputs_image = [
|
|
106 |
gr.components.Image(type="filepath", label="Input Image"),
|
107 |
]
|
108 |
outputs = [
|
109 |
-
gr.components.
|
110 |
]
|
111 |
interface_image = gr.Interface(
|
112 |
fn=getOCRResults,
|
|
|
106 |
gr.components.Image(type="filepath", label="Input Image"),
|
107 |
]
|
108 |
outputs = [
|
109 |
+
gr.outputs.Dict(),#gr.components.JSON(label="Output Json"),
|
110 |
]
|
111 |
interface_image = gr.Interface(
|
112 |
fn=getOCRResults,
|