niye4 commited on
Commit
7b3e1ce
·
verified ·
1 Parent(s): 9712ea3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -130,10 +130,9 @@ def process_video(video_file):
130
  # UI
131
  # -------------------
132
  with gr.Blocks() as demo:
133
- gr.Markdown("# Depth Anything V2 – High-Quality Video Depth (Frame-wise)")
134
  gr.Markdown(
135
- "This reproduces the **exact image quality** of the official Depth Anything V2 app.py, "
136
- "but applied **frame-by-frame** to video using ffmpeg for perfect sharpness."
137
  )
138
 
139
  video_in = gr.File(label="Upload a video (mp4)", file_types=[".mp4"])
 
130
  # UI
131
  # -------------------
132
  with gr.Blocks() as demo:
133
+ gr.Markdown("# Depth Anything V2 ")
134
  gr.Markdown(
135
+ "https://github.com/DepthAnything/Depth-Anything-V2 "
 
136
  )
137
 
138
  video_in = gr.File(label="Upload a video (mp4)", file_types=[".mp4"])