Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ DAMV2.load_state_dict(state_dict)
|
|
68 |
DAMV2 = DAMV2.to(device).eval()
|
69 |
|
70 |
title = "# PDFNet"
|
71 |
-
description = """Official demo for **PDFNet**, here use DAMV2-
|
72 |
Please refer to our [paper](https://arxiv.org/abs/2503.06100) and [github](https://github.com/Tennine2077/PDFNet) for more details."""
|
73 |
|
74 |
class GOSNormalize(object):
|
|
|
68 |
DAMV2 = DAMV2.to(device).eval()
|
69 |
|
70 |
title = "# PDFNet"
|
71 |
+
description = """Official demo for **PDFNet**, here use DAMV2-base to generate depth map.
|
72 |
Please refer to our [paper](https://arxiv.org/abs/2503.06100) and [github](https://github.com/Tennine2077/PDFNet) for more details."""
|
73 |
|
74 |
class GOSNormalize(object):
|