anveshg03 commited on
Commit
75f865f
·
verified ·
1 Parent(s): 19f404e

Disabling UI

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -335,7 +335,7 @@ with gr.Blocks(title=title, css=custom_css) as demo:
335
  submit_button.click(fn=predict_depth_normal, inputs=[image_input, model_dropdown, fx, fy, state_cache], outputs=[depth_output, depth_file, normal_output, normal_file, state_cache, message_box])
336
  reconstruct_button.click(fn=unprojection_pcd, inputs=[state_cache], outputs=[pcd_output, pcd_ply, message_box])
337
 
338
- demo.launch(server_name="0.0.0.0")
339
 
340
 
341
  # iface = gr.Interface(
 
335
  submit_button.click(fn=predict_depth_normal, inputs=[image_input, model_dropdown, fx, fy, state_cache], outputs=[depth_output, depth_file, normal_output, normal_file, state_cache, message_box])
336
  reconstruct_button.click(fn=unprojection_pcd, inputs=[state_cache], outputs=[pcd_output, pcd_ply, message_box])
337
 
338
+ #demo.launch(server_name="0.0.0.0")
339
 
340
 
341
  # iface = gr.Interface(