martinsinnona commited on
Commit
fb3f4a6
·
1 Parent(s): 3927f0d
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,8 +58,8 @@ iface = gr.Interface(
58
  inputs=gr.Image(type="pil"),
59
 
60
  outputs=[gr.Textbox(),
61
- gr.Image(type="pil", label="Generated Vega Image", tool="editor", shape=None).style(height=500, width=500)],
62
-
63
  title="Image to Vega-Lite",
64
  description="Upload an image to generate vega-lite"
65
  )
 
58
  inputs=gr.Image(type="pil"),
59
 
60
  outputs=[gr.Textbox(),
61
+ gr.Image(type="pil", label="Generated Vega Image").style(height=500, width=500)],
62
+
63
  title="Image to Vega-Lite",
64
  description="Upload an image to generate vega-lite"
65
  )