maxbetjes commited on
Commit
3521162
·
verified ·
1 Parent(s): 1cb17f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -319,7 +319,7 @@ with gr.Blocks(title = "Hello",
319
  #for j in range(23):
320
  # sample_list.append("samples/img%0.2d.png"%j)
321
 
322
- gr.Examples(sample_list, fn = update_with_example, inputs=input_image, outputs = [input_image, up_btn, output_image], examples_per_page=50, label = "Click on an example to try it")
323
  #input_image.upload(update_button, [input_image, depth], [input_image, up_btn, output_image])
324
  up_btn.upload(update_image, [up_btn, depth], [input_image, up_btn, output_image])
325
  depth.change(update_z, [up_btn, down_btn, down_btn2, depth], [input_image, output_image])
 
319
  #for j in range(23):
320
  # sample_list.append("samples/img%0.2d.png"%j)
321
 
322
+ #gr.Examples(sample_list, fn = update_with_example, inputs=input_image, outputs = [input_image, up_btn, output_image], examples_per_page=50, label = "Click on an example to try it")
323
  #input_image.upload(update_button, [input_image, depth], [input_image, up_btn, output_image])
324
  up_btn.upload(update_image, [up_btn, depth], [input_image, up_btn, output_image])
325
  depth.change(update_z, [up_btn, down_btn, down_btn2, depth], [input_image, output_image])