Update app.py
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ def on_submit(image: np.ndarray):
|
|
| 81 |
with gr.Blocks(css=css) as demo:
|
| 82 |
gr.Markdown(title)
|
| 83 |
gr.Markdown(description)
|
| 84 |
-
gr.Markdown("### Depth Prediction Demo
|
| 85 |
|
| 86 |
with gr.Row():
|
| 87 |
input_image = gr.Image(
|
|
|
|
| 81 |
with gr.Blocks(css=css) as demo:
|
| 82 |
gr.Markdown(title)
|
| 83 |
gr.Markdown(description)
|
| 84 |
+
gr.Markdown("### Depth Prediction Demo")
|
| 85 |
|
| 86 |
with gr.Row():
|
| 87 |
input_image = gr.Image(
|