Dingning commited on
Commit
44550be
·
verified ·
1 Parent(s): 857888c

Update app.py

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