sabarinathan commited on
Commit
5525f11
1 Parent(s): 418d385

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ inputs_image = [
106
  gr.components.Image(type="filepath", label="Input Image"),
107
  ]
108
  outputs = [
109
- gr.components.DICT(label="Output Json"),
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,