Richtefee commited on
Commit
309aa5c
1 Parent(s): 5a39ce7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks() as interface:
138
 
139
  with gr.Accordion("Output SVG File"):
140
  out_file = gr.File()
141
- out_html = gr.HTML(f'<img src="{out_file}">')
142
 
143
 
144
  # Convert
@@ -160,7 +160,7 @@ with gr.Blocks() as interface:
160
  max_iterations,
161
  splice_threshold,
162
  path_precision],
163
- [out_file,out_html])
164
 
165
 
166
  interface.launch()
 
138
 
139
  with gr.Accordion("Output SVG File"):
140
  out_file = gr.File()
141
+ # out_html = gr.HTML(f'<img src="{out_file}">')
142
 
143
 
144
  # Convert
 
160
  max_iterations,
161
  splice_threshold,
162
  path_precision],
163
+ [out_file]) #,out_html])
164
 
165
 
166
  interface.launch()