Spaces:
Sleeping
Sleeping
clean up code
Browse files
app.py
CHANGED
@@ -135,17 +135,6 @@ example_images = [
|
|
135 |
"examples/silly-cat.png",
|
136 |
]
|
137 |
|
138 |
-
iface = gr.Interface(
|
139 |
-
fn=run_rerun,
|
140 |
-
inputs=gr.Image(type="filepath"),
|
141 |
-
outputs=[
|
142 |
-
Rerun(streaming=True, height=768, container=True),
|
143 |
-
],
|
144 |
-
title="DepthPro Rerun Demo",
|
145 |
-
description="",
|
146 |
-
examples=example_images,
|
147 |
-
)
|
148 |
-
|
149 |
with gr.Blocks() as interface:
|
150 |
gr.Markdown(
|
151 |
"""
|
|
|
135 |
"examples/silly-cat.png",
|
136 |
]
|
137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
with gr.Blocks() as interface:
|
139 |
gr.Markdown(
|
140 |
"""
|