rajistics commited on
Commit
e33d602
β€’
1 Parent(s): c1f3698
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ css = ".image-preview {height: auto !important;}"
92
 
93
  iface = gr.Interface(fn=process_image,
94
  inputs=gr.inputs.Image(type="pil", tool="editor"),
95
- outputs=gr.outputs.Image(type="pil", label="annotated image", shape=(600, None)),
96
  title=title,
97
  description=description,
98
  article=article,
 
92
 
93
  iface = gr.Interface(fn=process_image,
94
  inputs=gr.inputs.Image(type="pil", tool="editor"),
95
+ outputs=gr.outputs.Image(type="pil", label="annotated image"),
96
  title=title,
97
  description=description,
98
  article=article,