Tennineee commited on
Commit
16f62f4
·
verified ·
1 Parent(s): f49f2b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):