Spaces:
Paused
Paused
Checking if my changes are propagating
Browse files
app.py
CHANGED
|
@@ -311,7 +311,7 @@ with gr.Blocks(title=title, css=custom_css) as demo:
|
|
| 311 |
message_box = gr.Textbox(label="Messages")
|
| 312 |
|
| 313 |
# depth and normal
|
| 314 |
-
submit_button = gr.Button("Predict Depth
|
| 315 |
with gr.Row():
|
| 316 |
with gr.Column():
|
| 317 |
depth_output = gr.Image(label="Output Depth")
|
|
|
|
| 311 |
message_box = gr.Textbox(label="Messages")
|
| 312 |
|
| 313 |
# depth and normal
|
| 314 |
+
submit_button = gr.Button("Predict Depth & Normal")
|
| 315 |
with gr.Row():
|
| 316 |
with gr.Column():
|
| 317 |
depth_output = gr.Image(label="Output Depth")
|