Spaces:
Running on Zero
Running on Zero
Lord-Raven commited on
Commit ·
9308bbb
1
Parent(s): 3f1abeb
Minor documentation/UI stuff.
Browse files
app.py
CHANGED
|
@@ -103,7 +103,7 @@ def predict_depth(image):
|
|
| 103 |
with gr.Blocks(css=css) as demo:
|
| 104 |
gr.Markdown(title)
|
| 105 |
gr.Markdown(description)
|
| 106 |
-
gr.Markdown("###
|
| 107 |
|
| 108 |
with gr.Row():
|
| 109 |
input_image = gr.Image(label="Input Image", type='numpy', elem_id='img-display-input')
|
|
|
|
| 103 |
with gr.Blocks(css=css) as demo:
|
| 104 |
gr.Markdown(title)
|
| 105 |
gr.Markdown(description)
|
| 106 |
+
gr.Markdown("### Image Processing Stuff")
|
| 107 |
|
| 108 |
with gr.Row():
|
| 109 |
input_image = gr.Image(label="Input Image", type='numpy', elem_id='img-display-input')
|