svjack commited on
Commit
93d1495
·
verified ·
1 Parent(s): a1a59ce

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -31,7 +31,7 @@ iface = gr.Interface(
31
  outputs=gr.File(label="Download animated SVG"),
32
  title="SVG Animation Tool",
33
  description="Upload an SVG file to animate it using DeepSVG library",
34
- examples = [["svg0.svg", "svg1.svg"]]
35
  )
36
 
37
  iface.launch(share = True)
 
31
  outputs=gr.File(label="Download animated SVG"),
32
  title="SVG Animation Tool",
33
  description="Upload an SVG file to animate it using DeepSVG library",
34
+ examples = [["svg0.svg"], ["svg1.svg"]]
35
  )
36
 
37
  iface.launch(share = True)