lemonaddie commited on
Commit
8aa4d1f
1 Parent(s): c78bfdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -11
app.py CHANGED
@@ -275,11 +275,11 @@ def run_demo_server(pipe):
275
  input_output_16bit,
276
  input_output_fp32,
277
  input_output_vis,
278
- plane_near,
279
- plane_far,
280
- embossing,
281
- filter_size,
282
- frame_near,
283
  ]
284
  outputs = [
285
  submit_btn,
@@ -312,11 +312,11 @@ def run_demo_server(pipe):
312
  "files/bee_depth_16bit.png",
313
  "files/bee_depth_fp32.npy",
314
  "files/bee_depth_colored.png",
315
- 0.0, # plane_near
316
- 0.5, # plane_far
317
- 20, # embossing
318
- 3, # filter_size
319
- 0, # frame_near
320
  ],
321
  ],
322
  inputs=inputs,
@@ -333,7 +333,7 @@ def run_demo_server(pipe):
333
  out.append(map_id_to_default[b._id])
334
  out += [
335
  gr.Button(interactive=True),
336
- gr.Button(interactive=True),
337
  gr.Image(value=None, interactive=True),
338
  None, None, None, None, None, None, None,
339
  ]
 
275
  input_output_16bit,
276
  input_output_fp32,
277
  input_output_vis,
278
+ #plane_near,
279
+ #plane_far,
280
+ #embossing,
281
+ #filter_size,
282
+ #frame_near,
283
  ]
284
  outputs = [
285
  submit_btn,
 
312
  "files/bee_depth_16bit.png",
313
  "files/bee_depth_fp32.npy",
314
  "files/bee_depth_colored.png",
315
+ #0.0, # plane_near
316
+ #0.5, # plane_far
317
+ #20, # embossing
318
+ #3, # filter_size
319
+ #0, # frame_near
320
  ],
321
  ],
322
  inputs=inputs,
 
333
  out.append(map_id_to_default[b._id])
334
  out += [
335
  gr.Button(interactive=True),
336
+ #gr.Button(interactive=True),
337
  gr.Image(value=None, interactive=True),
338
  None, None, None, None, None, None, None,
339
  ]