NicolasG2523 commited on
Commit
6dde014
·
verified ·
1 Parent(s): ee5a950

Upload gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -493,9 +493,9 @@ def build_app():
493
  </script>
494
  """
495
  iframe = gr.HTML(iframe_html)
 
496
  file_output.change(fn=js_update, inputs=file_output, outputs=js_injection)
497
 
498
- js_injection = gr.HTML()
499
 
500
  with gr.Tab('Exporting Mesh', id='export_mesh_panel'):
501
  html_export_mesh = gr.HTML(HTML_OUTPUT_PLACEHOLDER, label='Output')
 
493
  </script>
494
  """
495
  iframe = gr.HTML(iframe_html)
496
+ js_injection = gr.HTML()
497
  file_output.change(fn=js_update, inputs=file_output, outputs=js_injection)
498
 
 
499
 
500
  with gr.Tab('Exporting Mesh', id='export_mesh_panel'):
501
  html_export_mesh = gr.HTML(HTML_OUTPUT_PLACEHOLDER, label='Output')