Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def svg_to_html(svg_file):
|
|
22 |
return html_content, svg_code
|
23 |
|
24 |
# Define the Gradio interface
|
25 |
-
|
26 |
fn=svg_to_html,
|
27 |
inputs=gr.File(label="Upload SVG File"),
|
28 |
outputs=[
|
|
|
22 |
return html_content, svg_code
|
23 |
|
24 |
# Define the Gradio interface
|
25 |
+
iface = gr.Interface(
|
26 |
fn=svg_to_html,
|
27 |
inputs=gr.File(label="Upload SVG File"),
|
28 |
outputs=[
|