anveshg03 commited on
Commit
59e01d5
·
verified ·
1 Parent(s): e3b58ef

Checking if my changes are propagating

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 and Normal")
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")