umuthopeyildirim commited on
Commit
f282b21
1 Parent(s): dc98eac

Update acknowledgement message in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ print("== Loaded checkpoint '{}'".format('checkpoints/nyu_L.pth'))
45
  title = "# IEBins: Iterative Elastic Bins for Monocular Depth Estimation"
46
  description = """Demo for **IEBins: Iterative Elastic Bins for Monocular Depth Estimation**.
47
  Please refer to the [paper](https://arxiv.org/abs/2309.14137), [github](https://github.com/ShuweiShao/IEBins), or [poster](https://nips.cc/media/PosterPDFs/NeurIPS%202023/70695.png?t=1701662442.5228624) for more details."""
48
- acknowledgement = """This demo is heavily based on [LiheYoung/Depth-Anything](https://huggingface.co/spaces/LiheYoung/Depth-Anything). I'm learning how to use Gradio and this is my first demo. I'm still working on improving the performance of this demo. Any suggestions are welcome!"""
49
 
50
  transform = Compose([
51
  Resize(
 
45
  title = "# IEBins: Iterative Elastic Bins for Monocular Depth Estimation"
46
  description = """Demo for **IEBins: Iterative Elastic Bins for Monocular Depth Estimation**.
47
  Please refer to the [paper](https://arxiv.org/abs/2309.14137), [github](https://github.com/ShuweiShao/IEBins), or [poster](https://nips.cc/media/PosterPDFs/NeurIPS%202023/70695.png?t=1701662442.5228624) for more details."""
48
+ acknowledgement = """This demo is heavily based on [LiheYoung/Depth-Anything](https://huggingface.co/spaces/LiheYoung/Depth-Anything). I'm learning Gradio and this is my first Space. I'm still working on improving the performance of this demo. Any suggestions are welcome!"""
49
 
50
  transform = Compose([
51
  Resize(