Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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])
|