jpjpjpjpjp commited on
Commit
5c19b42
1 Parent(s): 18bcdd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ css = ".output-image, .input-image, .image-preview {height: 600px !important}"
60
 
61
  iface = gr.Interface(fn=analyze_image,
62
  inputs=[gr.inputs.Image(type="numpy", label="document image"),"text"],
63
- outputs=json,
64
  title=title,
65
  description=description,
66
  article=article,
 
60
 
61
  iface = gr.Interface(fn=analyze_image,
62
  inputs=[gr.inputs.Image(type="numpy", label="document image"),"text"],
63
+ outputs="json",
64
  title=title,
65
  description=description,
66
  article=article,