Tennineee commited on
Commit
5359b44
·
verified ·
1 Parent(s): 4348c66

Update app.py

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