Update app.py
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ DAMV2.load_state_dict(state_dict)
|
|
| 61 |
DAMV2 = DAMV2.to(device).eval()
|
| 62 |
|
| 63 |
title = "# PDFNet"
|
| 64 |
-
description = """Official demo for **PDFNet
|
| 65 |
Please refer to our [paper](https://arxiv.org/abs/2503.06100) and [github](https://github.com/Tennine2077/PDFNet) for more details."""
|
| 66 |
|
| 67 |
class GOSNormalize(object):
|
|
|
|
| 61 |
DAMV2 = DAMV2.to(device).eval()
|
| 62 |
|
| 63 |
title = "# PDFNet"
|
| 64 |
+
description = """Official demo for **PDFNet**, here use DAMV2-small to generate depth map.
|
| 65 |
Please refer to our [paper](https://arxiv.org/abs/2503.06100) and [github](https://github.com/Tennine2077/PDFNet) for more details."""
|
| 66 |
|
| 67 |
class GOSNormalize(object):
|