Spaces:
Runtime error
Runtime error
Vivien
commited on
Commit
·
03236d3
1
Parent(s):
b57c4d6
Links added in the sidebar
Browse files
app.py
CHANGED
@@ -142,6 +142,11 @@ def main():
|
|
142 |
Upload an image, enter some text and adjust the ***depth*** where you want the text to be displayed. You can also define its location and appearance (font, color, transparency and size).
|
143 |
|
144 |
Built with [PyTorch](https://pytorch.org/), Intel's [MiDaS model](https://pytorch.org/hub/intelisl_midas_v2/), [Streamlit](https://streamlit.io/), [pillow](https://python-pillow.org/) and inspired by the official [video](https://youtu.be/eTa1jHk1Lxc) of *Jenny of Oldstones* by Florence + the Machine
|
|
|
|
|
|
|
|
|
|
|
145 |
"""
|
146 |
)
|
147 |
|
|
|
142 |
Upload an image, enter some text and adjust the ***depth*** where you want the text to be displayed. You can also define its location and appearance (font, color, transparency and size).
|
143 |
|
144 |
Built with [PyTorch](https://pytorch.org/), Intel's [MiDaS model](https://pytorch.org/hub/intelisl_midas_v2/), [Streamlit](https://streamlit.io/), [pillow](https://python-pillow.org/) and inspired by the official [video](https://youtu.be/eTa1jHk1Lxc) of *Jenny of Oldstones* by Florence + the Machine
|
145 |
+
|
146 |
+
To go further:
|
147 |
+
- [blog post](https://vivien000.github.io/blog/journal/adding-text-inside-pictures-and-videos.html)
|
148 |
+
- [notebook](https://colab.research.google.com/github/vivien000/depth-aware_captioning/blob/master/Depth_aware_Video_Captioning.ipynb) for videos
|
149 |
+
- [examples](https://youtu.be/RtkBplRuWhg?list=PLlPB25tBWqtVhj4Ink8hl9Evc2dlIX4Jh) of videos
|
150 |
"""
|
151 |
)
|
152 |
|