Felguk commited on
Commit
ed897f8
·
verified ·
1 Parent(s): 4123042

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- with gr.Blocks(Theme=Nymbo/Nymbo_theme) as demo:
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=[