Spaces:
Runtime error
Runtime error
Zhenyu Li
commited on
Commit
·
6459e4a
1
Parent(s):
2c2bb01
update
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ description = """Official demo for **PatchFusion: An End-to-End Tile-Based Frame
|
|
193 |
|
194 |
PatchFusion is a deep learning model for high-resolution metric depth estimation from a single image.
|
195 |
|
196 |
-
Please refer to our [paper](https://arxiv.org/abs/2312.02284) or [github](https://github.com/zhyever/PatchFusion) for more details."""
|
197 |
|
198 |
with gr.Blocks() as demo:
|
199 |
gr.Markdown(title)
|
|
|
193 |
|
194 |
PatchFusion is a deep learning model for high-resolution metric depth estimation from a single image.
|
195 |
|
196 |
+
Please refer to our [project webpage](https://zhyever.github.io/patchfusion), [paper](https://arxiv.org/abs/2312.02284) or [github](https://github.com/zhyever/PatchFusion) for more details."""
|
197 |
|
198 |
with gr.Blocks() as demo:
|
199 |
gr.Markdown(title)
|