Spaces:
Running
on
Zero
Running
on
Zero
Added name to title
Browse files
app.py
CHANGED
@@ -300,7 +300,7 @@ def get_last_commit_timestamp():
|
|
300 |
last_updated = get_last_commit_timestamp()
|
301 |
|
302 |
with gr.Blocks() as iface:
|
303 |
-
gr.Markdown("# DepthPro Demo with 3D Visualization")
|
304 |
gr.Markdown(
|
305 |
"An enhanced demo that creates a textured 3D model from the input image and depth map.\n\n"
|
306 |
"Forked from https://huggingface.co/spaces/akhaliq/depth-pro and model from https://huggingface.co/apple/DepthPro\n"
|
|
|
300 |
last_updated = get_last_commit_timestamp()
|
301 |
|
302 |
with gr.Blocks() as iface:
|
303 |
+
gr.Markdown("# DepthPro Demo with 3D Visualization by Alex Krause")
|
304 |
gr.Markdown(
|
305 |
"An enhanced demo that creates a textured 3D model from the input image and depth map.\n\n"
|
306 |
"Forked from https://huggingface.co/spaces/akhaliq/depth-pro and model from https://huggingface.co/apple/DepthPro\n"
|