Vivien
commited on
Commit
β’
9ea8c8c
1
Parent(s):
ba03fb2
Correct display bug
Browse files
app.py
CHANGED
@@ -49,9 +49,9 @@ description = '''
|
|
49 |
|
50 |
**Enter your query and hit enter**
|
51 |
|
52 |
-
*Built with OpenAI's [CLIP](https://openai.com/blog/clip/) model, π€ Hugging Face's [transformers library](https://huggingface.co/transformers/), [Streamlit](https://streamlit.io/), 25k images from [Unsplash](https://unsplash.com/) and 8k images from [The Movie Database (TMDB)](https://www.themoviedb.org/)
|
53 |
|
54 |
-
Inspired by [Unsplash Image Search](https://github.com/haltakov/natural-language-image-search) from Vladimir Haltakov and [Alph, The Sacred River](https://github.com/thoppe/alph-the-sacred-river) from Travis Hoppe*
|
55 |
'''
|
56 |
|
57 |
def main():
|
|
|
49 |
|
50 |
**Enter your query and hit enter**
|
51 |
|
52 |
+
*Built with OpenAI's [CLIP](https://openai.com/blog/clip/) model, π€ Hugging Face's [transformers library](https://huggingface.co/transformers/), [Streamlit](https://streamlit.io/), 25k images from [Unsplash](https://unsplash.com/) and 8k images from [The Movie Database (TMDB)](https://www.themoviedb.org/)*
|
53 |
|
54 |
+
*Inspired by [Unsplash Image Search](https://github.com/haltakov/natural-language-image-search) from Vladimir Haltakov and [Alph, The Sacred River](https://github.com/thoppe/alph-the-sacred-river) from Travis Hoppe*
|
55 |
'''
|
56 |
|
57 |
def main():
|