Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ with gr.Blocks(css=css) as demo:
|
|
51 |
output_2 = gr.Image(type="pil", label="DPT with BeiT Backbone")
|
52 |
output_3 = gr.Image(type="pil", label="Depth Anything")
|
53 |
|
54 |
-
gr.Examples([["bee.jpg"]],
|
55 |
inputs = input_img,
|
56 |
outputs = [output_1, output_2, output_3],
|
57 |
fn=infer,
|
|
|
51 |
output_2 = gr.Image(type="pil", label="DPT with BeiT Backbone")
|
52 |
output_3 = gr.Image(type="pil", label="Depth Anything")
|
53 |
|
54 |
+
gr.Examples([["bee.jpg"], ["cat.png"], ["cats.png"]],
|
55 |
inputs = input_img,
|
56 |
outputs = [output_1, output_2, output_3],
|
57 |
fn=infer,
|