Update app.py
Browse files
app.py
CHANGED
@@ -1382,6 +1382,8 @@ with gr.Blocks(css=css, js=js, head=head) as demo:
|
|
1382 |
""")
|
1383 |
render = gr.Button("Render")
|
1384 |
input_json.input(show_json, inputs=[input_json], outputs=[processed_video, processed_zip, output_frame, output_mask, output_depth, coords])
|
|
|
|
|
1385 |
|
1386 |
def on_submit(uploaded_video,model_type,blur_in,boffset,bsize,coordinates):
|
1387 |
global locations
|
|
|
1382 |
""")
|
1383 |
render = gr.Button("Render")
|
1384 |
input_json.input(show_json, inputs=[input_json], outputs=[processed_video, processed_zip, output_frame, output_mask, output_depth, coords])
|
1385 |
+
demo = gr.HTML(value="""<script src='https://preview.babylonjs.com/viewer/babylon.viewer.js'></script><babylon model='./scene.babylon'></babylon>""")
|
1386 |
+
|
1387 |
|
1388 |
def on_submit(uploaded_video,model_type,blur_in,boffset,bsize,coordinates):
|
1389 |
global locations
|