freealise commited on
Commit
54300b8
·
verified ·
1 Parent(s): 30e7c4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -739,8 +739,8 @@ with gr.Blocks(css=css, js=js, head=head) as demo:
739
  ]"""
740
  coords = gr.Textbox(elem_id="coords", value=example_coords, label="Coordinates", interactive=False)
741
  render = gr.Button("Render")
742
- model3d = gr.HTML(value="""<a id='newtab' href='https://freealise-webgl-panorama.static.hf.space/' target='_blank'>Open in new tab</a><br/>
743
- <iframe id='model3d' src='https://freealise-webgl-panorama.static.hf.space/' width='100%' height='320'></iframe>
744
  """)
745
  input_json.input(show_json, inputs=[input_json], outputs=[processed_video, processed_zip, output_frame, output_mask, output_depth, coords])
746
 
 
739
  ]"""
740
  coords = gr.Textbox(elem_id="coords", value=example_coords, label="Coordinates", interactive=False)
741
  render = gr.Button("Render")
742
+ model3d = gr.HTML(value="""<a id='newtab' href='https://freeali.se/freealise/transparent_video/' target='_blank'>Open in new tab</a><br/>
743
+ <iframe id='model3d' src='https://freeali.se/freealise/transparent_video/' width='100%' height='320'></iframe>
744
  """)
745
  input_json.input(show_json, inputs=[input_json], outputs=[processed_video, processed_zip, output_frame, output_mask, output_depth, coords])
746