Spaces:
Paused
Paused
Update gradio_app.py
Browse files- 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)
|