diff --git a/.gitattributes b/.gitattributes index 6ca683f916bae941fc277ba176c083a194480854..c7d9f3332a950355d5a77d85000f05e6f45435ea 100644 --- a/.gitattributes +++ b/.gitattributes @@ -32,11 +32,3 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text *tfevents* filter=lfs diff=lfs merge=lfs -text -*.csv filter=lfs diff=lfs merge=lfs -text -*.asset filter=lfs diff=lfs merge=lfs -text -twitter.asset filter=lfs diff=lfs merge=lfs -text -*.psd filter=lfs diff=lfs merge=lfs -text -*.jpg filter=lfs diff=lfs merge=lfs -text -*.jpeg filter=lfs diff=lfs merge=lfs -text -*.png filter=lfs diff=lfs merge=lfs -text -*.svg filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 77cb0184dccdbb107b220dc0eff46fa792f3f59d..0000000000000000000000000000000000000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/__pycache__ -*.pyc diff --git a/app.py b/app.py index ab000b397df0783cfc024f0eb2b1614e4ddfbce0..97b50710695e611aefd82d3d11d3de54e32f5df5 100644 --- a/app.py +++ b/app.py @@ -1,27 +1,30 @@ +import streamlit as st +import pandas as pd import home +import numpy as np +from PIL import Image +import requests +import transformers import text2image -import image2image -import visualization +import tokenizers +from io import BytesIO import streamlit as st -import details - -st.set_page_config(layout="wide") +from transformers import CLIPModel +import clip +import torch +from transformers import ( + VisionTextDualEncoderModel, + AutoFeatureExtractor, + AutoTokenizer +) +from transformers import AutoProcessor -st.sidebar.title("WebPLIP") -st.sidebar.markdown("## Menu") +st.sidebar.title("Explore our PLIP Demo") PAGES = { "Introduction": home, - "Details": details, "Text to Image": text2image, - "Image to Image": image2image, - "Visualization": visualization, } page = st.sidebar.radio("", list(PAGES.keys())) -st.sidebar.markdown("## Links") - -st.sidebar.markdown("[PLIP Model](https://huggingface.co/vinid/plip)") -st.sidebar.markdown("[OpenPath Dataset](https://drive.google.com/drive/folders/1b5UT8BzUphkHZavRG-fmiyY9JWYIWZER)") -st.sidebar.markdown("[PLIP Code](https://github.com/vinid/path_eval)") PAGES[page].app() diff --git a/data/.gitignore b/data/.gitignore deleted file mode 100644 index 5ca97d6f6739719f810873d9d4180b7a65f8f80c..0000000000000000000000000000000000000000 --- a/data/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/data_ignore diff --git a/data/data_weblinks.csv b/data/data_weblinks.csv deleted file mode 100644 index cf51b2eea901903390ccc20b2be28d47e187ebce..0000000000000000000000000000000000000000 --- a/data/data_weblinks.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:962bb004ef3d4f3ba02659ece1c9d4ae8f61083410345f99ea525d1249662a4d -size 16380376 diff --git a/data/example_images/Books_0c29c0c4-8670-4aef-b1f1-2969a1859f86.png b/data/example_images/Books_0c29c0c4-8670-4aef-b1f1-2969a1859f86.png deleted file mode 100755 index 65468b5d0bcc9be5d828ccf6b43abcbb806ebca5..0000000000000000000000000000000000000000 --- a/data/example_images/Books_0c29c0c4-8670-4aef-b1f1-2969a1859f86.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2c70f657d4acaf92a51421dd075f0a54253834544e5dca5be849caa0af063c1 -size 786724 diff --git a/data/example_images/Books_0f25e3de-2c23-46df-ac67-b7bcddd5e1e6.png b/data/example_images/Books_0f25e3de-2c23-46df-ac67-b7bcddd5e1e6.png deleted file mode 100755 index 23397383377ce5fe7d8e536ad2e67c9456836c01..0000000000000000000000000000000000000000 --- a/data/example_images/Books_0f25e3de-2c23-46df-ac67-b7bcddd5e1e6.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf7d4b43c2bcb233b4869c142c9872efb557888091682d7030a016e47dc0d95c -size 554136 diff --git a/data/example_images/Books_0fe87b11-b817-457d-9598-345a0479c11d.png b/data/example_images/Books_0fe87b11-b817-457d-9598-345a0479c11d.png deleted file mode 100755 index 4a9e70598b5b4b95bc4272b941f1949268c92095..0000000000000000000000000000000000000000 --- a/data/example_images/Books_0fe87b11-b817-457d-9598-345a0479c11d.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0eeefc555403aee3977cdedc63838b11a5995689f267016c9b433a6d5e928ed8 -size 368331 diff --git a/data/example_images/Books_3f9a06a8-a4b6-4f12-a980-8a7fabfcb44f.png b/data/example_images/Books_3f9a06a8-a4b6-4f12-a980-8a7fabfcb44f.png deleted file mode 100755 index e5296a5c613930977700eebbf285f4f0234560cd..0000000000000000000000000000000000000000 --- a/data/example_images/Books_3f9a06a8-a4b6-4f12-a980-8a7fabfcb44f.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9941a8b66c25936984c1ad2db12ae0fa18a363816d521b170396bc087bf0d459 -size 1443335 diff --git a/data/example_images/DigestPath_18-01592B_2019-05-07 22_04_43-lv1-17807-19672-6802-4901.jpg b/data/example_images/DigestPath_18-01592B_2019-05-07 22_04_43-lv1-17807-19672-6802-4901.jpg deleted file mode 100755 index dfb328ec495178ba9aba4a6ad7b3c434989b2a9e..0000000000000000000000000000000000000000 --- a/data/example_images/DigestPath_18-01592B_2019-05-07 22_04_43-lv1-17807-19672-6802-4901.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eaca751d2758941ce95349b58986416c94bfc78b8d0323cddb539df5d22d438f -size 4436664 diff --git a/data/example_images/DigestPath_18-01913A_2019-05-07 22_11_13-lv1-23474-19944-5901-4637.jpg b/data/example_images/DigestPath_18-01913A_2019-05-07 22_11_13-lv1-23474-19944-5901-4637.jpg deleted file mode 100755 index a3741118eb58e078b4baa9242292128a9914183e..0000000000000000000000000000000000000000 --- a/data/example_images/DigestPath_18-01913A_2019-05-07 22_11_13-lv1-23474-19944-5901-4637.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42dbb3aa3e956d25692e906b1ec02f76535395a7ebe8ee32758ca080b4e8d289 -size 3288453 diff --git a/data/example_images/PubMed_5c725893-b7ac-4836-b573-bac87a2bfad6.jpg b/data/example_images/PubMed_5c725893-b7ac-4836-b573-bac87a2bfad6.jpg deleted file mode 100755 index 85c66493e6d8cec3bfc5374a5f9712c46d334df8..0000000000000000000000000000000000000000 --- a/data/example_images/PubMed_5c725893-b7ac-4836-b573-bac87a2bfad6.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:816b18aac61385c4046dcb627a83a8918256736a52ccc76e0acd0657e8ff8121 -size 138355 diff --git a/data/example_images/PubMed_b8ccabaf-3d88-4f58-a391-71b42f81f209.jpg b/data/example_images/PubMed_b8ccabaf-3d88-4f58-a391-71b42f81f209.jpg deleted file mode 100755 index 7155a374059b5085cc3e5d74ce287139edbde583..0000000000000000000000000000000000000000 --- a/data/example_images/PubMed_b8ccabaf-3d88-4f58-a391-71b42f81f209.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2c9ecf471f89e6f9d1680c531014eab397eb010ea6cba70988d8a3133371a42 -size 225935 diff --git a/data/example_images/Screenshot from 2023-03-09 00-17-50.png b/data/example_images/Screenshot from 2023-03-09 00-17-50.png deleted file mode 100644 index 02053509ac73bfa5e578d83155c13e83ac138128..0000000000000000000000000000000000000000 --- a/data/example_images/Screenshot from 2023-03-09 00-17-50.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acbe540e69627f21c904abb8cac1beddfb70a63e9fcb47846022a05c0ccc3675 -size 116917 diff --git a/data/example_images/WSSS4LUAD_1222870-21308-23101-[1, 1, 0].png b/data/example_images/WSSS4LUAD_1222870-21308-23101-[1, 1, 0].png deleted file mode 100755 index 339c6c7b91620edaa58c5da7d597d58eca0c2e52..0000000000000000000000000000000000000000 --- a/data/example_images/WSSS4LUAD_1222870-21308-23101-[1, 1, 0].png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90e8c94411b011ad2873064528a8632d17e9fac0f11921c5fe2ce608d187c86d -size 76933 diff --git a/data/example_images/mitotic_figure.png b/data/example_images/mitotic_figure.png deleted file mode 100644 index 5931c25026c6d3b6cd8b983f7479062cd3706151..0000000000000000000000000000000000000000 --- a/data/example_images/mitotic_figure.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4360ef7c974d264a4e1065246b5d265b3db8a3f46ddf8bc49f272e9fc0d2055 -size 446306 diff --git a/data/example_images/signet_1901991002_2019-06-11 10_08_35-lv0-74236-7501-2000-2000.jpeg b/data/example_images/signet_1901991002_2019-06-11 10_08_35-lv0-74236-7501-2000-2000.jpeg deleted file mode 100755 index 91afbbc82e70008f1c88ab700d30b1837b665dfe..0000000000000000000000000000000000000000 --- a/data/example_images/signet_1901991002_2019-06-11 10_08_35-lv0-74236-7501-2000-2000.jpeg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b305c0b9bec2fce54a1a540a1589711867ade3ab13f9503e81a00eb076ce3ce -size 692099 diff --git a/data/example_images/signet_2013-12622_2018-07-03 20_26_40-lv0-33518-23938-2000-2000.jpeg b/data/example_images/signet_2013-12622_2018-07-03 20_26_40-lv0-33518-23938-2000-2000.jpeg deleted file mode 100755 index f884e18891549057a471cb9260f7676cd79943c9..0000000000000000000000000000000000000000 --- a/data/example_images/signet_2013-12622_2018-07-03 20_26_40-lv0-33518-23938-2000-2000.jpeg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32b13a6104e9c8f5f152367d4f44750adb522cf237540cf71dfec680e8e649e4 -size 715131 diff --git a/data/example_images/signet_2019-06-11 09_58_43-lv0-91918-38650-2000-2000.jpeg b/data/example_images/signet_2019-06-11 09_58_43-lv0-91918-38650-2000-2000.jpeg deleted file mode 100755 index 777d075d7b5bf8617acb099c5a706f7a8d9fb36b..0000000000000000000000000000000000000000 --- a/data/example_images/signet_2019-06-11 09_58_43-lv0-91918-38650-2000-2000.jpeg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:694cc6f7242b80c619b4d2abbd331a1485e212491eb1ded0002235cb875cf2ec -size 650930 diff --git a/data/example_images/signetpos_2018_67251_1-3_2019-02-26 00_02_22-lv0-25023-19640-2066-2066.jpeg b/data/example_images/signetpos_2018_67251_1-3_2019-02-26 00_02_22-lv0-25023-19640-2066-2066.jpeg deleted file mode 100755 index 457db2ef2ded38533cd107932154bcdba7970ff1..0000000000000000000000000000000000000000 --- a/data/example_images/signetpos_2018_67251_1-3_2019-02-26 00_02_22-lv0-25023-19640-2066-2066.jpeg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f105026842b9f78d07623d5d3535cad40d407ba9980d2ba8497ff73cf1d3f754 -size 857293 diff --git a/data/img_2d_embedding.csv b/data/img_2d_embedding.csv deleted file mode 100644 index 25a1e44c24f14d9e65d5f548519d01eb53d7c6c9..0000000000000000000000000000000000000000 --- a/data/img_2d_embedding.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c94660a66598254f87494fbb931f01a78feda5452d54c3b3939543a392d2fb7 -size 13600550 diff --git a/data/twitter.asset b/data/twitter.asset deleted file mode 100644 index f1397b655b02b3d3df3096e881778655e9b8bc01..0000000000000000000000000000000000000000 --- a/data/twitter.asset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:533c5c023e099a2725be0241ca57d6218e37f1f355963ced8d2305270312e428 -size 245669888 diff --git a/data/txt_2d_embedding.csv b/data/txt_2d_embedding.csv deleted file mode 100644 index 6b340d59314f722a18b1071bd0b7eff7bb23c6aa..0000000000000000000000000000000000000000 --- a/data/txt_2d_embedding.csv +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5e5cde958eda7b8e74f327326029df1f7480c3bb2879141bdab8f71dd71fdd4 -size 13659850 diff --git a/details.py b/details.py deleted file mode 100644 index d502bd24348e285b85b1850de2a0aa66097256e8..0000000000000000000000000000000000000000 --- a/details.py +++ /dev/null @@ -1,73 +0,0 @@ -from pathlib import Path -import streamlit as st -import streamlit.components.v1 as components -from PIL import Image -import base64 - -def read_markdown_file(markdown_file): - return Path(markdown_file).read_text() - -def render_svg(svg_filename): - with open(svg_filename,"r") as f: - lines = f.readlines() - svg=''.join(lines) - """Renders the given svg string.""" - b64 = base64.b64encode(svg.encode('utf-8')).decode("utf-8") - html = r'' % b64 - st.write(html, unsafe_allow_html=True) - - -def app(): - #intro_markdown = read_markdown_file("introduction.md") - #st.markdown(intro_markdown, unsafe_allow_html=True) - st.markdown("# Leveraging medical Twitter to build a visual-language foundation model for pathology") - - - st.markdown("The lack of annotated publicly available medical images is a major barrier for innovations. At the same time, many de-identified images and much knowledge are shared by clinicians on public forums such as medical Twitter. Here we harness these crowd platforms to curate OpenPath, a large dataset of 208,414 pathology images paired with natural language descriptions. This is the largest public dataset for pathology images annotated with natural text. We demonstrate the value of this resource by developing PLIP, a multimodal AI with both image and text understanding, which is trained on OpenPath. PLIP achieves state-of-the-art zero-shot and few-short performance for classifying new pathology images across diverse tasks. Moreover, PLIP enables users to retrieve similar cases by either image or natural language search, greatly facilitating knowledge sharing. Our approach demonstrates that publicly shared medical data is a tremendous opportunity that can be harnessed to advance biomedical AI.", unsafe_allow_html=True) - render_svg("resources/SVG/Asset 49.svg") - - st.markdown('#### Watch our successful image-to-image retrieval via PLIP:') - col1, col2, col3, _, _ = st.columns([1, 1, 1, 1, 1]) - with col1: - st.markdown("[Similar cells](https://twitter.com/ZhiHuangPhD/status/1641906064823312384)") - example1 = Image.open('resources/example/1.png') - st.image(example1, caption='Example 1', output_format='png') - with col2: - st.markdown("[Salient object](https://twitter.com/ZhiHuangPhD/status/1641899092195565569)") - example2 = Image.open('resources/example/2.png') - st.image(example2, caption='Example 2', output_format='png') - with col3: - st.markdown("[Similar region](https://twitter.com/ZhiHuangPhD/status/1641911235288645632)") - example3 = Image.open('resources/example/3.png') - st.image(example3, caption='Example 3', output_format='png') - - - st.markdown("#### PLIP is trained on the largest public vision–language pathology dataset: OpenPath") - - col1, col2 = st.columns([1, 1]) - with col1: - st.markdown("Following the usage policy and guidelines from Twitter and other entities, we established so far the largest public vision–language pathology dataset. To ensure the quality of the data, OpenPath followed rigorous protocols for cohort inclusion and exclusion, including the removal of retweets, sensitive tweets, and non-pathology images, as well as text cleaning.", unsafe_allow_html=True) - st.markdown("The final OpenPath dataset consists of:", unsafe_allow_html=True) - st.markdown("- Tweets: 116,504 image–text pairs from Twitter posts (tweets) during Mar. 21, 2006 – Nov. 15, 2022 across 32 pathology subspecialty-specific hashtags;", unsafe_allow_html=True) - st.markdown("- Replies: 59,869 image–text pairs from the associated replies that received the highest number of likes in the tweet, if applicable;", unsafe_allow_html=True) - st.markdown("- PathLAION: 32,041 additional image–text pairs from the Internet which are outside from the Twitter community extracted from the LAION dataset.", unsafe_allow_html=True) - st.markdown("Leveraging the largest publicly available pathology dataset which contains image–text pairs across 32 different pathology subspecialty-specific hashtags, where each image has detailed text descriptions, we fine-tuned a pre-trained CLIP model and proposed a multimodal deep learning model for pathology, PLIP.", unsafe_allow_html=True) - with col2: - render_svg("resources/SVG/Asset 50.svg") - render_svg("resources/SVG/Asset 51.svg") - - - - st.markdown("#### PLIP is trained with connecting the image and text via contrastive learning") - - col1, col2 = st.columns([3, 1]) - with col1: - st.markdown("The proposed PLIP model generates two embedding vectors from both the text and image encoders. These vectors were then forced to be similar for each of the paired image and text vectors and dissimilar for non-paired image and text pairs via contrastive learning.", unsafe_allow_html=True) - fig1e = Image.open('resources/4x/Fig1e.png') - st.image(fig1e, caption='PLIP training', output_format='png') - - with col2: - render_svg("resources/SVG/Asset 53.svg") - - - diff --git a/home.py b/home.py index a2ed36cef04610fdcec8370d9d666c200c20c3a2..5def21699908bb7b546df59bc9d896ec6c5d961b 100644 --- a/home.py +++ b/home.py @@ -1,52 +1,11 @@ from pathlib import Path import streamlit as st -import streamlit.components.v1 as components -from PIL import Image -import base64 + def read_markdown_file(markdown_file): return Path(markdown_file).read_text() -def render_svg(svg_filename): - with open(svg_filename,"r") as f: - lines = f.readlines() - svg=''.join(lines) - """Renders the given svg string.""" - b64 = base64.b64encode(svg.encode('utf-8')).decode("utf-8") - html = r'' % b64 - st.write(html, unsafe_allow_html=True) - def app(): - - st.markdown("# A visual-language foundation model for pathology") - st.markdown("This is a webapp for PLIP, our new fundational AI model for pathology and OpenPath our new dataset, **from our recent work**: Leveraging medical Twitter to build a visual-language foundation model for pathology") - st.markdown("### Pathology Language and Image Pretraining (PLIP)\n We develop PLIP, a multimodal AI with both image and text understanding. PLIP achieves state-of-the-art zero-shot and few-short performance for classifying new pathology images across diverse tasks. Moreover, PLIP enables users to retrieve similar cases by either image or natural language search, greatly facilitating knowledge sharing. Our approach demonstrates that publicly shared medical data is a tremendous opportunity that can be harnessed to advance biomedical AI.") - - fig1e = Image.open('resources/4x/Fig1e.png') - st.image(fig1e, caption='PLIP training procedure', output_format='png') - - st.markdown("### OpenPath Dataset\nThe lack of annotated publicly available medical images is a major barrier for innovations. At the same time, many de-identified images and much knowledge are shared by clinicians on public forums such as medical Twitter. Here we harness these crowd platforms to curate OpenPath, a large dataset of **208,414** pathology images paired with natural language descriptions") - - render_svg("resources/SVG/Asset 49.svg") - - - st.markdown("### Documentation\n" - "This webapp comes with different functionalities.\n" - "* Details: The details page guides you through our work.\n" - "* Text to Image: allows users to perform text search on a database of images.\n" - "* Image to Image: allows users to perform image search on a database of images.\n" - "") - - st.markdown("### Other Links\n" - "* Download [OpenPath](https://drive.google.com/drive/folders/1b5UT8BzUphkHZavRG-fmiyY9JWYIWZER)\n" - "* Code to reproduce [PLIP](https://github.com/vinid/path_eval) results\n" - "* Link to the [PLIP Model](https://huggingface.co/vinid/plip)\n" - "") - - st.markdown("""---""") - st.markdown('Disclaimer') - st.caption('Please be advised that this function has been developed in compliance with the Twitter policy of data usage and sharing. It is important to note that the results obtained from this function are not intended to constitute medical advice or replace consultation with a qualified medical professional. The use of this function is solely at your own risk and should be consistent with applicable laws, regulations, and ethical considerations. We do not warrant or guarantee the accuracy, completeness, suitability, or usefulness of this function for any particular purpose, and we hereby disclaim any liability arising from any reliance placed on this function or any results obtained from its use. If you wish to review the original Twitter post, you should access the source page directly on Twitter.') - - st.markdown('Privacy statement') - st.caption('In accordance with the privacy and control policy of Twitter, we hereby declared that the data redistributed by us shall only comprise of Tweet IDs. The Tweet IDs will be employed to establish a linkage with the original Twitter post, as long as the original post is still accessible. The hyperlink will cease to function if the user deletes the original post. It is important to note that all tweets displayed on our service have already been classified as non-sensitive by Twitter. It is strictly prohibited to redistribute any content apart from the Tweet IDs. Any distribution carried out must adhere to the laws and regulations applicable in your jurisdiction, including export control laws and embargoes.') + intro_markdown = read_markdown_file("introduction.md") + st.markdown(intro_markdown, unsafe_allow_html=True) \ No newline at end of file diff --git a/image2image.py b/image2image.py deleted file mode 100644 index ed99def32243e3def8254d3c9275d0f27a0959ed..0000000000000000000000000000000000000000 --- a/image2image.py +++ /dev/null @@ -1,239 +0,0 @@ -import streamlit as st -import pandas as pd -import numpy as np -from PIL import Image -import requests -import tokenizers -import os -from io import BytesIO -import pickle -import base64 -import datetime - -import torch -from transformers import ( - VisionTextDualEncoderModel, - AutoFeatureExtractor, - AutoTokenizer, - CLIPModel, - AutoProcessor -) -import streamlit.components.v1 as components -from st_clickable_images import clickable_images #pip install st-clickable-images - - -@st.cache( - hash_funcs={ - torch.nn.parameter.Parameter: lambda _: None, - tokenizers.Tokenizer: lambda _: None, - tokenizers.AddedToken: lambda _: None - } -) -def load_path_clip(): - model = CLIPModel.from_pretrained("vinid/plip") - processor = AutoProcessor.from_pretrained("vinid/plip") - return model, processor - -@st.cache -def init(): - with open('data/twitter.asset', 'rb') as f: - data = pickle.load(f) - meta = data['meta'].reset_index(drop=True) - image_embedding = data['image_embedding'] - text_embedding = data['text_embedding'] - print(meta.shape, image_embedding.shape) - validation_subset_index = meta['source'].values == 'Val_Tweets' - return meta, image_embedding, text_embedding, validation_subset_index - -def embed_images(model, images, processor): - inputs = processor(images=images) - pixel_values = torch.tensor(np.array(inputs["pixel_values"])) - - with torch.no_grad(): - embeddings = model.get_image_features(pixel_values=pixel_values) - return embeddings - -def embed_texts(model, texts, processor): - inputs = processor(text=texts, padding="longest") - input_ids = torch.tensor(inputs["input_ids"]) - attention_mask = torch.tensor(inputs["attention_mask"]) - - with torch.no_grad(): - embeddings = model.get_text_features( - input_ids=input_ids, attention_mask=attention_mask - ) - return embeddings -def app(): - st.title('Image to Image Retrieval') - st.markdown('#### A pathology image search engine that correlate images with images.') - st.markdown("Image-to-image retrieval can be used to retrieve pathology images that have contents similar to the target image input, with the ability to comprehend the key components from the input image.") - - st.markdown('#### Demo') - - meta, image_embedding, text_embedding, validation_subset_index = init() - model, processor = load_path_clip() - - - col1, col2 = st.columns(2) - with col1: - data_options = ["All twitter data (03/21/2006 — 01/15/2023)", - "Twitter validation data (11/16/2022 — 01/15/2023)"] - st.radio( - "Choose dataset for image retrieval 👉", - key="datapool", - options=data_options, - ) - with col2: - retrieval_options = ["Image only", - "Text and image (beta)", - ] - st.radio( - "Similarity calcuation 👉", - key="calculation_option", - options=retrieval_options, - ) - - - st.markdown('Try out following examples:') - example_path = 'data/example_images' - list_of_examples = [os.path.join(example_path, v) for v in os.listdir(example_path)] - example_imgs = [] - for file in list_of_examples: - with open(file, "rb") as image: - encoded = base64.b64encode(image.read()).decode() - example_imgs.append(f"data:image/jpeg;base64,{encoded}") - clicked = clickable_images( - example_imgs, - titles=[f"Image #{str(i)}" for i in range(len(example_imgs))], - div_style={"display": "flex", "justify-content": "center", "flex-wrap": "wrap"}, - img_style={"margin": "5px", "height": "70px"}, - ) - isExampleClicked = False - if clicked > -1: - image = Image.open(list_of_examples[clicked]) - isExampleClicked = True - - - - - - - col1, col2, _ = st.columns(3) - with col1: - query = st.file_uploader("Choose a file to upload") - - - proceed = False - if query: - image = Image.open(query) - proceed = True - elif isExampleClicked: - proceed = True - - if proceed: - with col2: - st.image(image, caption='Your upload') - - input_image = embed_images(model, [image], processor)[0].detach().cpu().numpy() - - input_image = input_image/np.linalg.norm(input_image) - - # Sort IDs by cosine-similarity from high to low - - if st.session_state.calculation_option == retrieval_options[0]: # Image only - similarity_scores = input_image.dot(image_embedding.T) - else: # Text and Image - similarity_scores_i = input_image.dot(image_embedding.T) - similarity_scores_t = input_image.dot(text_embedding.T) - similarity_scores_i = similarity_scores_i/np.max(similarity_scores_i) - similarity_scores_t = similarity_scores_t/np.max(similarity_scores_t) - similarity_scores = (similarity_scores_i + similarity_scores_t)/2 - - - ############################################################ - # Get top results - ############################################################ - topn = 5 - df = pd.DataFrame(np.c_[np.arange(len(meta)), similarity_scores, meta['weblink'].values], columns = ['idx', 'score', 'twitterlink']) - if st.session_state.datapool == data_options[1]: #Use val twitter data - df = df.loc[validation_subset_index,:] - df = df.sort_values('score', ascending=False) - df = df.drop_duplicates(subset=['twitterlink']) - best_id_topk = df['idx'].values[:topn] - target_scores = df['score'].values[:topn] - target_weblinks = df['twitterlink'].values[:topn] - - - - ############################################################ - # Display results - ############################################################ - - st.markdown('#### Top 5 results:') - topk_options = ['1st', '2nd', '3rd', '4th', '5th'] - tab = {} - tab[0], tab[1], tab[2] = st.columns(3) - for i in [0,1,2]: - with tab[i]: - topn_value = i - topn_txt = topk_options[i] - st.caption(f'The {topn_txt} relevant image (similarity = {target_scores[topn_value]:.4f})') - components.html(''' -
- -
- - ''' % target_weblinks[topn_value], - height=600) - - tab[3], tab[4], tab[5] = st.columns(3) - for i in [3,4]: - with tab[i]: - topn_value = i - topn_txt = topk_options[i] - st.caption(f'The {topn_txt} relevant image (similarity = {target_scores[topn_value]:.4f})') - components.html(''' -
- -
- - ''' % target_weblinks[topn_value], - height=800) - - - - - - - - - - - st.markdown("""---""") - st.markdown('Disclaimer') - st.caption('Please be advised that this function has been developed in compliance with the Twitter policy of data usage and sharing. It is important to note that the results obtained from this function are not intended to constitute medical advice or replace consultation with a qualified medical professional. The use of this function is solely at your own risk and should be consistent with applicable laws, regulations, and ethical considerations. We do not warrant or guarantee the accuracy, completeness, suitability, or usefulness of this function for any particular purpose, and we hereby disclaim any liability arising from any reliance placed on this function or any results obtained from its use. If you wish to review the original Twitter post, you should access the source page directly on Twitter.') - - st.markdown('Privacy statement') - st.caption('In accordance with the privacy and control policy of Twitter, we hereby declared that the data redistributed by us shall only comprise of Tweet IDs. The Tweet IDs will be employed to establish a linkage with the original Twitter post, as long as the original post is still accessible. The hyperlink will cease to function if the user deletes the original post. It is important to note that all tweets displayed on our service have already been classified as non-sensitive by Twitter. It is strictly prohibited to redistribute any content apart from the Tweet IDs. Any distribution carried out must adhere to the laws and regulations applicable in your jurisdiction, including export control laws and embargoes.') - - - - - - - - - - - - - - - - - - - - diff --git a/introduction.md b/introduction.md new file mode 100644 index 0000000000000000000000000000000000000000..0cc29b419fadd12616b10d565177c2478e9595f1 --- /dev/null +++ b/introduction.md @@ -0,0 +1,2 @@ + +# Welcome to our PLIP Demo \ No newline at end of file diff --git a/plip_support.py b/plip_support.py new file mode 100644 index 0000000000000000000000000000000000000000..26352b8524b04e2603163a5ab922730dda441f72 --- /dev/null +++ b/plip_support.py @@ -0,0 +1,9 @@ +import clip +import torch + + + + +def embed_text(plip, text, device="cpu"): + idx = clip.tokenize([text], truncate=True).to(device) + return plip.encode_text(idx).detach().cpu().numpy()[0] \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e1fd6d73ee85e4cd6925ced7e97222249dc537d0..f72b2c0510c3650ad8f01f5b317c38f943f943a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,7 @@ - -tokenizers -pandas +git+https://github.com/openai/CLIP.git torch transformers -st_clickable_images -plotly -altair<5.0 \ No newline at end of file +pandas +numpy +Pillow +streamlit==1.19.0 \ No newline at end of file diff --git a/resources/4x/Fig1.png b/resources/4x/Fig1.png deleted file mode 100644 index 966c93d310e04cf15cf9d3feebea970e4057c900..0000000000000000000000000000000000000000 --- a/resources/4x/Fig1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84a7d43d4ebef1a392eac1307a6c331488d2f572dee588202868209a511bfe2f -size 6712026 diff --git a/resources/4x/Fig1ab.png b/resources/4x/Fig1ab.png deleted file mode 100644 index a2b2818e87d962636c6172a57495ed062522e6bc..0000000000000000000000000000000000000000 --- a/resources/4x/Fig1ab.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dc787aaa8cb2b331d20773887f28a4e3563dc26b65da07d77960b9858dab402 -size 2733565 diff --git a/resources/4x/Fig1c.png b/resources/4x/Fig1c.png deleted file mode 100644 index 676f0cb58ea3c70b8ee47d52b0a49ab99192e930..0000000000000000000000000000000000000000 --- a/resources/4x/Fig1c.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4cf8f587491307ec9a31f2fa48b06fb2cf55d7195ea60b94a73105ff036f545 -size 264514 diff --git a/resources/4x/Fig1d.png b/resources/4x/Fig1d.png deleted file mode 100644 index 5d71bec7d4d1617559aff96d6f6e3df9cd84d41a..0000000000000000000000000000000000000000 --- a/resources/4x/Fig1d.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bce67e2b10d9b1a39fe557b65301fae333ff13b51c0dd40f288d23f50d19be56 -size 141021 diff --git a/resources/4x/Fig1e.png b/resources/4x/Fig1e.png deleted file mode 100644 index b7c29ec17fd0c4bc75132ed764730abad81f6703..0000000000000000000000000000000000000000 --- a/resources/4x/Fig1e.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64c74abe2cb5769fb63917aadd77ced32095ecc539d2d0020ae1acbbb9e088bb -size 3364708 diff --git a/resources/4x/Fig1f.png b/resources/4x/Fig1f.png deleted file mode 100644 index b40c46cebadbde6228d64682ccadce256552b6c3..0000000000000000000000000000000000000000 --- a/resources/4x/Fig1f.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67140f0a485afe810ef7eba2c0412b9a46dbc796f26aa4c014076323507db4db -size 134368 diff --git a/resources/4x/image_retrieval.png b/resources/4x/image_retrieval.png deleted file mode 100644 index 51c634f6f5dc4de55b3329fcc95db14a20338f1b..0000000000000000000000000000000000000000 --- a/resources/4x/image_retrieval.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:688c3eb015a8f8a80e2fe88cd8a73abda0e48e6c11756435702075e9679df0c0 -size 618727 diff --git a/resources/SVG/.DS_Store b/resources/SVG/.DS_Store deleted file mode 100644 index 5008ddfcf53c02e82d7eee2e57c38e5672ef89f6..0000000000000000000000000000000000000000 Binary files a/resources/SVG/.DS_Store and /dev/null differ diff --git a/resources/SVG/Asset 47.svg b/resources/SVG/Asset 47.svg deleted file mode 100644 index fa0346b8025d188d75b409b488f64f1d61db2c75..0000000000000000000000000000000000000000 --- a/resources/SVG/Asset 47.svg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17528789f96ded033e61ae6e01f5094701b73c310949b8c683c4248f53c42fff -size 3498672 diff --git a/resources/SVG/Asset 48.svg b/resources/SVG/Asset 48.svg deleted file mode 100644 index 006425e9d67e92632708f2462a0fab807ee0e375..0000000000000000000000000000000000000000 --- a/resources/SVG/Asset 48.svg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a227633cae152764b3fc06f343fc25ec6b2e3c00de6a54cddfa63619e956197b -size 1379 diff --git a/resources/SVG/Asset 49.svg b/resources/SVG/Asset 49.svg deleted file mode 100644 index dfac137d72397a71b6718300706b16bcb3e2d407..0000000000000000000000000000000000000000 --- a/resources/SVG/Asset 49.svg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01a1d5747fb273f8d3da78d08c4ecac7e48d225935f840231727896483dbe79a -size 3500139 diff --git a/resources/SVG/Asset 50.svg b/resources/SVG/Asset 50.svg deleted file mode 100644 index b15ff2476e39aea111524ec5d3d09f4fc9bc1adc..0000000000000000000000000000000000000000 --- a/resources/SVG/Asset 50.svg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42b4f4aaf3f25308b5101abdc1ffd2cfebbeb7cc62ae383dc53af14f11a9dd4b -size 32910 diff --git a/resources/SVG/Asset 51.svg b/resources/SVG/Asset 51.svg deleted file mode 100644 index 9073893891faa5adb21bd893f0fddc366d56979e..0000000000000000000000000000000000000000 --- a/resources/SVG/Asset 51.svg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:645e48244d78e3b9a3e17ff194e184691923b7b97c447db0a6268172e169219c -size 39197 diff --git a/resources/SVG/Asset 52.svg b/resources/SVG/Asset 52.svg deleted file mode 100644 index f7d2a640bc107717aba2aa42634a0ed71ac4576e..0000000000000000000000000000000000000000 --- a/resources/SVG/Asset 52.svg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d72d7b6dd150b27daa12bd6d12e9f9a26cf398e69f086e671b6012755e82c67 -size 16517085 diff --git a/resources/SVG/Asset 53.svg b/resources/SVG/Asset 53.svg deleted file mode 100644 index 2735cc4974501cc0110385cee52d2f937c97f088..0000000000000000000000000000000000000000 --- a/resources/SVG/Asset 53.svg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24ace0e2cd943a7600f54068b3f4c7a7f9bd8f38c127dd35bbcd6d0d6c9cd61c -size 6525 diff --git a/resources/SVG/Asset 54.svg b/resources/SVG/Asset 54.svg deleted file mode 100644 index 506c55d46676f5fd8009db228e958ce7588e444f..0000000000000000000000000000000000000000 --- a/resources/SVG/Asset 54.svg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cd24a3441cc695a92c3f78d263a51399c613b5ee8fd45a97ae730b074460398 -size 650029 diff --git a/resources/example/1.png b/resources/example/1.png deleted file mode 100644 index 60de59a8a5fb42a42252d2232ba6f89c9c286874..0000000000000000000000000000000000000000 --- a/resources/example/1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebd9154b5bf46bf9678665e95408b7376123af742941560208a35980573fabaa -size 1527367 diff --git a/resources/example/2.png b/resources/example/2.png deleted file mode 100644 index 4df961d9b9b2cf0987166f30ff8f334277ba4338..0000000000000000000000000000000000000000 --- a/resources/example/2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b18ba27da4efa94c97bd7dc73879de9658c457e2fce8b36596e62b939652d98a -size 1523121 diff --git a/resources/example/3.png b/resources/example/3.png deleted file mode 100644 index 9e9e183bb4a273e49c7f4f42ba775e6052818253..0000000000000000000000000000000000000000 --- a/resources/example/3.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98b57a474300100f761326625585dbec868429b43838f9ef9ea7888b957b94ad -size 2163612 diff --git a/text2image.py b/text2image.py index 1c9b15f891ff4e25ce01fac9cc4b997974aea3b9..282dd582304ff162e18dbbaca7710da11a63496d 100644 --- a/text2image.py +++ b/text2image.py @@ -1,58 +1,23 @@ import streamlit as st import pandas as pd +from plip_support import embed_text import numpy as np from PIL import Image -import pickle +import requests +import transformers import tokenizers +from io import BytesIO +import streamlit as st +from transformers import CLIPModel +import clip import torch - from transformers import ( - - CLIPModel, - AutoProcessor + VisionTextDualEncoderModel, + AutoFeatureExtractor, + AutoTokenizer ) -import streamlit.components.v1 as components -import base64 - -def render_svg(svg_filename): - with open(svg_filename,"r") as f: - lines = f.readlines() - svg=''.join(lines) - """Renders the given svg string.""" - b64 = base64.b64encode(svg.encode('utf-8')).decode("utf-8") - html = r'' % b64 - st.write(html, unsafe_allow_html=True) - -@st.cache( - hash_funcs={ - torch.nn.parameter.Parameter: lambda _: None, - tokenizers.Tokenizer: lambda _: None, - tokenizers.AddedToken: lambda _: None - } -) -def load_path_clip(): - model = CLIPModel.from_pretrained("vinid/plip") - processor = AutoProcessor.from_pretrained("vinid/plip") - return model, processor +from transformers import AutoProcessor -@st.cache -def init(): - with open('data/twitter.asset', 'rb') as f: - data = pickle.load(f) - meta = data['meta'].reset_index(drop=True) - image_embedding = data['image_embedding'] - text_embedding = data['text_embedding'] - print(meta.shape, image_embedding.shape) - validation_subset_index = meta['source'].values == 'Val_Tweets' - return meta, image_embedding, text_embedding, validation_subset_index - -def embed_images(model, images, processor): - inputs = processor(images=images) - pixel_values = torch.tensor(np.array(inputs["pixel_values"])) - - with torch.no_grad(): - embeddings = model.get_image_features(pixel_values=pixel_values) - return embeddings def embed_texts(model, texts, processor): inputs = processor(text=texts, padding="longest") @@ -65,162 +30,45 @@ def embed_texts(model, texts, processor): ) return embeddings +@st.cache +def load_embeddings(embeddings_path): + print("loading embeddings") + return np.load(embeddings_path) -def app(): - - st.title('Text to Image Retrieval') - st.markdown('#### A pathology image search engine that geos from texts to images.') - - col1, col2 = st.columns([1,1]) - with col1: - st.markdown("The text-to-image retrieval system can serve as an image search engine, enabling users to match images from multiple queries and retrieve the most relevant image based on a sentence description. This generic system can comprehend semantic and interrelated knowledge, such as “Breast tumor surrounded by fat”.") - st.markdown("Unlike searching keywords and sentences from Google and indirectly matching the images from the target text, our proposed pathology image retrieval allows direct comparison between input sentences and images.") - with col2: - render_svg("resources/SVG/Asset 54.svg") - - meta, image_embedding, text_embedding, validation_subset_index = init() - model, processor = load_path_clip() - - st.markdown('### Search') - st.markdown('How to use this: first of all, select a dataset on which to do retrieval.\n' - 'Then, either select a predefined search query or input one yourself.') - - - col1, col2 = st.columns(2) - with col1: - data_options = ["All Twitter Data (03/21/2006 — 01/15/2023)", - "Validation Twitter data (11/16/2022 — 01/15/2023)"] - st.selectbox( - "Dataset", - key="datapool", - options=data_options, - ) - - with col2: - retrieval_options = ["Image only", - "Text and image (beta)", - ] - st.radio( - "Similarity calcuation 👉", - key="calculation_option", - options=retrieval_options, - ) - - col1, col2 = st.columns(2) - - with col1: - # Create selectbox - examples = ['Breast tumor surrounded by fat', - 'HER2+ breast tumor', - 'Colorectal cancer tumor on epithelium', - 'An image of endometrium epithelium', - 'Breast cancer DCIS', - 'Papillary carcinoma in breast tissue', - ] - query_1 = st.selectbox("Select an example", options=examples) - - col1_submit = True - - with col2: - form = st.form(key='my_form') - query_2 = form.text_input(label='Or input your custom query:') - submit_button = form.form_submit_button(label='Submit') - - if submit_button: - col1_submit = False - - if col1_submit: - query = query_1 - else: - query = query_2 - - input_text = embed_texts(model, [query], processor)[0].detach().cpu().numpy() - input_text = input_text/np.linalg.norm(input_text) - - # Sort IDs by cosine-similarity from high to low - - if st.session_state.calculation_option == retrieval_options[0]: # Image only - similarity_scores = input_text.dot(image_embedding.T) - else: # Text and Image - similarity_scores_i = input_text.dot(image_embedding.T) - similarity_scores_t = input_text.dot(text_embedding.T) - similarity_scores_i = similarity_scores_i / np.max(similarity_scores_i) - similarity_scores_t = similarity_scores_t / np.max(similarity_scores_t) - similarity_scores = (similarity_scores_i + similarity_scores_t) / 2 - - ############################################################ - # Get top results - ############################################################ - topn = 5 - df = pd.DataFrame(np.c_[np.arange(len(meta)), similarity_scores, meta['weblink'].values], columns = ['idx', 'score', 'twitterlink']) - if st.session_state.datapool == data_options[1]: #Use val twitter data - df = df.loc[validation_subset_index,:] - df = df.sort_values('score', ascending=False) - df = df.drop_duplicates(subset=['twitterlink']) - best_id_topk = df['idx'].values[:topn] - target_scores = df['score'].values[:topn] - target_weblinks = df['twitterlink'].values[:topn] - - - ############################################################ - # Display results - ############################################################ - - text = 'Your input query: %s' % query + \ - ' (Try search it directly on [Twitter](https://twitter.com/search?q=%s&src=typed_query) or [Google](https://www.google.com/search?q=%s))' % (query.replace(' ', '%20'), query.replace(' ', '+')) - st.markdown(text, unsafe_allow_html=True) - - st.markdown('#### Top 5 results:') - topk_options = ['1st', '2nd', '3rd', '4th', '5th'] - tab = {} - tab[0], tab[1], tab[2] = st.columns(3) - for i in [0,1,2]: - with tab[i]: - topn_value = i - topn_txt = topk_options[i] - st.caption(f'The {topn_txt} relevant image (similarity = {target_scores[topn_value]:.4f})') - components.html(''' -
- -
- - ''' % target_weblinks[topn_value], - height=600) - - tab[3], tab[4], tab[5] = st.columns(3) - for i in [3,4]: - with tab[i]: - topn_value = i - topn_txt = topk_options[i] - st.caption(f'The {topn_txt} relevant image (similarity = {target_scores[topn_value]:.4f})') - components.html(''' -
- -
- - ''' % target_weblinks[topn_value], - height=800) - - - - st.markdown("""---""") - st.markdown('Disclaimer') - st.caption('Please be advised that this function has been developed in compliance with the Twitter policy of data usage and sharing. It is important to note that the results obtained from this function are not intended to constitute medical advice or replace consultation with a qualified medical professional. The use of this function is solely at your own risk and should be consistent with applicable laws, regulations, and ethical considerations. We do not warrant or guarantee the accuracy, completeness, suitability, or usefulness of this function for any particular purpose, and we hereby disclaim any liability arising from any reliance placed on this function or any results obtained from its use. If you wish to review the original Twitter post, you should access the source page directly on Twitter.') - - st.markdown('Privacy statement') - st.caption('In accordance with the privacy and control policy of Twitter, we hereby declared that the data redistributed by us shall only comprise of Tweet IDs. The Tweet IDs will be employed to establish a linkage with the original Twitter post, as long as the original post is still accessible. The hyperlink will cease to function if the user deletes the original post. It is important to note that all tweets displayed on our service have already been classified as non-sensitive by Twitter. It is strictly prohibited to redistribute any content apart from the Tweet IDs. Any distribution carried out must adhere to the laws and regulations applicable in your jurisdiction, including export control laws and embargoes.') - +@st.cache( + hash_funcs={ + torch.nn.parameter.Parameter: lambda _: None, + tokenizers.Tokenizer: lambda _: None, + tokenizers.AddedToken: lambda _: None + } +) +def load_path_clip(): + model = CLIPModel.from_pretrained("vinid/plip") + processor = AutoProcessor.from_pretrained("vinid/plip") + return model, processor +def app(): + st.title('PLIP Image Search') + plip_dataset = pd.read_csv("tweet_eval_retrieval.tsv", sep="\t") + model, processor = load_path_clip() + image_embedding = load_embeddings("tweet_eval_embeddings.npy") + query = st.text_input('Search Query', '') + if query: + text_embedding = embed_texts(model, [query], processor)[0].detach().cpu().numpy() + text_embedding = text_embedding/np.linalg.norm(text_embedding) + best_id = np.argmax(text_embedding.dot(image_embedding.T)) + url = (plip_dataset.iloc[best_id]["imageURL"]) + response = requests.get(url) + img = Image.open(BytesIO(response.content)) + st.image(img) \ No newline at end of file diff --git a/tweet_eval_embeddings.npy b/tweet_eval_embeddings.npy new file mode 100644 index 0000000000000000000000000000000000000000..edbddb2b371fc5848279576b08e2da46de365d93 --- /dev/null +++ b/tweet_eval_embeddings.npy @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e445b069b1d937a0a780ddeab9239df5fd13264e8cd1f6cf033be3210352e1 +size 2401408 diff --git a/tweet_eval_retrieval.tsv b/tweet_eval_retrieval.tsv new file mode 100644 index 0000000000000000000000000000000000000000..00324b5230319773c16b12e7bb7ab8cb0194ea2d --- /dev/null +++ b/tweet_eval_retrieval.tsv @@ -0,0 +1,2346 @@ +imageURL +https://pbs.twimg.com/media/FmeadvLXwAgqed2.jpg +https://pbs.twimg.com/media/FmLS9BpWAAAepNY.jpg +https://pbs.twimg.com/media/FmHt23GWIAEggKH.jpg +https://pbs.twimg.com/media/FmHn6I-WYAA3YIT.jpg +https://pbs.twimg.com/media/Fl995A3aMAIun2T.jpg +https://pbs.twimg.com/media/Fl995A3aUAAZDr_.jpg +https://pbs.twimg.com/media/FlgG32_X0AAUaFE.jpg +https://pbs.twimg.com/media/FlgG4MeXEAA-GZe.jpg +https://pbs.twimg.com/media/FkNWfzZakAAYriG.jpg +https://pbs.twimg.com/media/FmhPUNrX0AARJz-.jpg +https://pbs.twimg.com/media/FjODt8PWYAEvGIS.jpg +https://pbs.twimg.com/media/FjJ-h3DWYAAVLGY.jpg +https://pbs.twimg.com/media/FjJ-h3IXEAE55W0.jpg +https://pbs.twimg.com/media/FmiCyMKXgAQCQb5.jpg +https://pbs.twimg.com/media/FmOwYfbaUAAWWuY.jpg +https://pbs.twimg.com/media/FmNAWUXWAAAy0Cc.jpg +https://pbs.twimg.com/media/FmNAWUUWIAcz9fa.jpg +https://pbs.twimg.com/media/FmNAWUVXEAE4Lnt.jpg +https://pbs.twimg.com/media/FmI5p6tWIBYLm7J.jpg +https://pbs.twimg.com/media/FmI5p6rWQAAJLP6.jpg +https://pbs.twimg.com/media/Fl-JD2iXgAIEIta.jpg +https://pbs.twimg.com/media/FlqiVQcXoAEikCD.jpg +https://pbs.twimg.com/media/FlODbJHWQAcOMPW.jpg +https://pbs.twimg.com/media/FlODbJHWYAIUesK.jpg +https://pbs.twimg.com/media/FlEgIFgaEAAMLcs.jpg +https://pbs.twimg.com/media/FlELhjeXkAEqe2C.jpg +https://pbs.twimg.com/media/FlELhjhWYAA4BLP.jpg +https://pbs.twimg.com/media/FlECwnyXgAA_zHH.jpg +https://pbs.twimg.com/media/FlECwnzWYAMjuPC.jpg +https://pbs.twimg.com/media/FlECwn1XEAIL5DA.jpg +https://pbs.twimg.com/media/FlECwnzWYAIibOg.jpg +https://pbs.twimg.com/media/Fk_Y9csaAAA2Kls.jpg +https://pbs.twimg.com/media/Fk_TX0yakAE7WLZ.jpg +https://pbs.twimg.com/media/Fk_TX0xaEAERkV5.jpg +https://pbs.twimg.com/media/Fk_TX0xaUAArR4B.jpg +https://pbs.twimg.com/media/Fk-5_WtWYAE06Mm.jpg +https://pbs.twimg.com/media/Fk6opYNXwAcIgw8.jpg +https://pbs.twimg.com/media/Fk6otdbWIAIMJzq.jpg +https://pbs.twimg.com/media/Fk6qmdbWQAAYba4.jpg +https://pbs.twimg.com/media/Fk6qnL8X0AEYl4j.jpg +https://pbs.twimg.com/media/Fk12LcbWIAA7jNX.jpg +https://pbs.twimg.com/media/Fk1qPnlaAAAnEK6.jpg +https://pbs.twimg.com/media/FksCtuUXwAAfD9U.jpg +https://pbs.twimg.com/media/FksCtubXEAo2fEm.jpg +https://pbs.twimg.com/media/FksCtuUXwAIBipm.jpg +https://pbs.twimg.com/media/FksCtudXkAE8Bzm.jpg +https://pbs.twimg.com/media/FkgWU0RVsAAMoch.jpg +https://pbs.twimg.com/media/FkgWU0cUYAARARs.jpg +https://pbs.twimg.com/media/FkgOVZDVEAIDuHh.jpg +https://pbs.twimg.com/media/FkYi-vTX0AMZeMf.jpg +https://pbs.twimg.com/media/FkRpn-dWQAsybZ0.jpg +https://pbs.twimg.com/media/FkRprjsWIAE1sXX.jpg +https://pbs.twimg.com/media/FkRADb6WYAAiSuB.jpg +https://pbs.twimg.com/media/FkNvKo9XEAA3EIF.jpg +https://pbs.twimg.com/media/FkCOcHkXgAERNt4.jpg +https://pbs.twimg.com/media/FkCOgf_XwBAeYUe.jpg +https://pbs.twimg.com/media/FkCMroGWIAE6RCX.jpg +https://pbs.twimg.com/media/FkCSEztXgAEjTev.jpg +https://pbs.twimg.com/media/FkCSFG-XwAE-RTX.jpg +https://pbs.twimg.com/media/FkCSFaUXkAAwOzD.jpg +https://pbs.twimg.com/media/FkCSFrOXEAA7qa-.jpg +https://pbs.twimg.com/media/FkBYvqEXkAEmsKT.jpg +https://pbs.twimg.com/media/Fj93mzKXkAwyQhi.jpg +https://pbs.twimg.com/media/Fj93mznX0AEGEYG.jpg +https://pbs.twimg.com/media/Fj4OsYaXoAIjTsX.jpg +https://pbs.twimg.com/media/Fj4OsYbWIAEz-aM.jpg +https://pbs.twimg.com/media/Fj4OsYgWYAAtPrt.jpg +https://pbs.twimg.com/media/Fj2_reZXoAMwbje.jpg +https://pbs.twimg.com/media/Fj2_s8xX0AM0O0d.jpg +https://pbs.twimg.com/media/Fj2_uaPXgAI6jRj.jpg +https://pbs.twimg.com/media/Fj0dPALWQAIPzKp.jpg +https://pbs.twimg.com/media/FjzW3awWAAQAtup.jpg +https://pbs.twimg.com/media/FjzW_udWAA0jei5.jpg +https://pbs.twimg.com/media/FjylRCKXoAA-AuW.jpg +https://pbs.twimg.com/media/D1cxC6CU4Aclzc_.jpg +https://pbs.twimg.com/media/D1cxDuxU0AIYNBf.jpg +https://pbs.twimg.com/media/D1cxD5eV4AAGEeo.jpg +https://pbs.twimg.com/media/D1cxEhIVYAA9J1d.jpg +https://pbs.twimg.com/media/Fjux2HYXgAALcNC.jpg +https://pbs.twimg.com/media/FjumqF8XoAQsYld.jpg +https://pbs.twimg.com/media/FjuR6G1XwAMnrXG.jpg +https://pbs.twimg.com/media/FjuFq3ZXEAM7DiI.jpg +https://pbs.twimg.com/media/FjkuaJNWQAQCyy9.jpg +https://pbs.twimg.com/media/FjktUw2WQAMx6g3.jpg +https://pbs.twimg.com/media/FjkrJLJXEAEn1D9.jpg +https://pbs.twimg.com/media/D08aiWVUwAEdbPa.jpg +https://pbs.twimg.com/media/D08ajd9UYAIQ06h.jpg +https://pbs.twimg.com/media/FjkKeyXXgAAgcn1.jpg +https://pbs.twimg.com/media/FjgtgStagAASc24.jpg +https://pbs.twimg.com/media/FjS7ZuTXEAEJ3aD.jpg +https://pbs.twimg.com/media/FjSw4nqWIAEmJdK.jpg +https://pbs.twimg.com/media/FjSw4nsWYAAr2sQ.jpg +https://pbs.twimg.com/media/FjSw4nuXEAIZbzW.jpg +https://pbs.twimg.com/media/FjSw4ntWIAABNd-.jpg +https://pbs.twimg.com/media/FjQnvrbWIAIXq3Q.jpg +https://pbs.twimg.com/media/FjKAa--XoAE6lEL.jpg +https://pbs.twimg.com/media/FjKAgsUXoAE_zpe.jpg +https://pbs.twimg.com/media/FjKAgt-WQAEMeei.jpg +https://pbs.twimg.com/media/FjJ-FmPWAAEXHJ7.jpg +https://pbs.twimg.com/media/FjJ-Jo2WAAIdmcn.jpg +https://pbs.twimg.com/media/FjJ-QoLXEAQgZbQ.jpg +https://pbs.twimg.com/media/FjJ-S77X0AU_t6e.jpg +https://pbs.twimg.com/media/FjJAW5lWYAM_vPQ.jpg +https://pbs.twimg.com/media/FjJAYeWXwAI3uHU.jpg +https://pbs.twimg.com/media/FjJAZdxXkAEPhtT.jpg +https://pbs.twimg.com/media/FjJAaSrXoAERVgL.jpg +https://pbs.twimg.com/media/Fi94QBmWYAEsnVS.jpg +https://pbs.twimg.com/media/Fi94QBlXwAAI-XP.jpg +https://pbs.twimg.com/media/FiyLnhqUoAIiGqT.jpg +https://pbs.twimg.com/media/Fi1J3yXUUAEpVLP.jpg +https://pbs.twimg.com/media/Fi1J3yaUYAA8NnB.jpg +https://pbs.twimg.com/media/Fi1J3yZUoAEGTQK.jpg +https://pbs.twimg.com/media/Fi0vRTSacAAyjrM.jpg +https://pbs.twimg.com/media/Fi0vSAaaYAAroK4.jpg +https://pbs.twimg.com/media/Fi0vSpFaYAEKjHZ.jpg +https://pbs.twimg.com/media/Fi0EwTrXoAEns6a.jpg +https://pbs.twimg.com/media/Fi0EwTpWAAEw-__.jpg +https://pbs.twimg.com/media/Fi0EwTpWAAQ3kVV.jpg +https://pbs.twimg.com/media/Fizus3xaMAAQW6C.jpg +https://pbs.twimg.com/media/FizutLPaEAAPTGS.jpg +https://pbs.twimg.com/media/FizuteWaUAEDPgC.jpg +https://pbs.twimg.com/media/Fizut11agAA413v.jpg +https://pbs.twimg.com/media/Fixu1rnWQAA2VRf.jpg +https://pbs.twimg.com/media/FiWGApuXgAI5qVl.jpg +https://pbs.twimg.com/media/FiWGENmWQAMdy0f.jpg +https://pbs.twimg.com/media/FiWGID8WQAArl26.jpg +https://pbs.twimg.com/media/FiUz4W3XoAE_dGw.jpg +https://pbs.twimg.com/media/FiUz5TkWYAIPmO_.jpg +https://pbs.twimg.com/media/FiUz6d5XkAAS_da.jpg +https://pbs.twimg.com/media/FiUz7SxXEAIv_vx.jpg +https://pbs.twimg.com/media/FiHAu4MX0AAkQ65.jpg +https://pbs.twimg.com/media/FiHAu4MXEAsrK9m.jpg +https://pbs.twimg.com/media/FiA6sH5WAAYdFSP.jpg +https://pbs.twimg.com/media/FiA6sH8X0AA3CFq.jpg +https://pbs.twimg.com/media/FiA6sH2WQAAoNGo.jpg +https://pbs.twimg.com/media/FiA6sH9XEAEQBqF.jpg +https://pbs.twimg.com/media/Fh0o2ngXwAAIzRU.jpg +https://pbs.twimg.com/media/Fh0o2ngXEAIZZmW.jpg +https://pbs.twimg.com/media/FhxN1qAXoAMawj0.jpg +https://pbs.twimg.com/media/Fhwz2W8XoAIaYd0.jpg +https://pbs.twimg.com/media/FhrcCSfXwAE_cSc.jpg +https://pbs.twimg.com/media/FhrcCSqXwAAwj7b.jpg +https://pbs.twimg.com/media/FmchyZAX0AAXLZl.jpg +https://pbs.twimg.com/media/Fmch1skXgAAqLwH.jpg +https://pbs.twimg.com/media/Fmch8uCWAAEuIOv.jpg +https://pbs.twimg.com/media/FmXh86dXkA0fKAJ.jpg +https://pbs.twimg.com/media/FmTh4CRaUAAD24T.jpg +https://pbs.twimg.com/media/FmTh4CVagAEHLs5.jpg +https://pbs.twimg.com/media/FmTh4CSacAIxBh7.jpg +https://pbs.twimg.com/media/FjkLqARXwAE0wWR.jpg +https://pbs.twimg.com/media/FjkLqAiXEAAp3pq.jpg +https://pbs.twimg.com/media/FmM_bV0XwAUAtMl.jpg +https://pbs.twimg.com/media/FmMconrXgAEOT_x.jpg +https://pbs.twimg.com/media/FmHeblVagAE1LaA.jpg +https://pbs.twimg.com/media/FmHed2daMAAW6ik.jpg +https://pbs.twimg.com/media/FmHegF2akAgux8w.jpg +https://pbs.twimg.com/media/FmHeiN0aAAMTrNV.jpg +https://pbs.twimg.com/media/FmC728EacAIL5OP.jpg +https://pbs.twimg.com/media/FmC739BaEAA_Uzs.jpg +https://pbs.twimg.com/media/FmC75bHaMAco-ft.jpg +https://pbs.twimg.com/media/FmCSMd0X0AI3D_i.jpg +https://pbs.twimg.com/media/FmCSM0FWIAAW-cf.jpg +https://pbs.twimg.com/media/FmCSNMiXwAIcUql.jpg +https://pbs.twimg.com/media/FmCSNkZXkAA1Ygr.jpg +https://pbs.twimg.com/media/Fl9IysyWAAELuAU.jpg +https://pbs.twimg.com/media/Fl4XxHzWYAExghr.jpg +https://pbs.twimg.com/media/Fl4XyuDXoAIVVt9.jpg +https://pbs.twimg.com/media/Fl4X0EvXoAIWtcj.jpg +https://pbs.twimg.com/media/Fl4X1D3WIAIuU3r.jpg +https://pbs.twimg.com/media/Fl0F8yKWIAs901s.jpg +https://pbs.twimg.com/media/Fl0F8-lWQAAudpL.jpg +https://pbs.twimg.com/media/Fl0F9O1WIAIch0C.jpg +https://pbs.twimg.com/media/Fl0F9eQX0AAe7-x.jpg +https://pbs.twimg.com/media/FlxJvQzacAEG_L9.jpg +https://pbs.twimg.com/media/FlxJvQxaMAIwTd3.jpg +https://pbs.twimg.com/media/FlxJvRCagAIyrXy.jpg +https://pbs.twimg.com/media/FlxJvReaEAAGiQu.jpg +https://pbs.twimg.com/media/Fly8D5gXoAAn--6.jpg +https://pbs.twimg.com/media/Flyn4PDXgAMG6ot.jpg +https://pbs.twimg.com/media/Flyn4jcXoAEjj-Z.jpg +https://pbs.twimg.com/media/Flyn42_XwAArytP.jpg +https://pbs.twimg.com/media/Flyn5FFWIAMhYFl.jpg +https://pbs.twimg.com/media/FlxJvQzacAEG_L9.jpg +https://pbs.twimg.com/media/FlxJvQxaMAIwTd3.jpg +https://pbs.twimg.com/media/FlxJvRCagAIyrXy.jpg +https://pbs.twimg.com/media/FlxJvReaEAAGiQu.jpg +https://pbs.twimg.com/media/FluUi8VWAAQQw5S.jpg +https://pbs.twimg.com/media/FluUjQtWAAkiEhF.jpg +https://pbs.twimg.com/media/FluUjgcWABA7aFJ.jpg +https://pbs.twimg.com/media/FltlxgiXwAAEXmJ.jpg +https://pbs.twimg.com/media/FltlxuTWQAkl9bT.jpg +https://pbs.twimg.com/media/Fltlx7sX0AE91xs.jpg +https://pbs.twimg.com/media/FltlyJWXoAAb_I5.jpg +https://pbs.twimg.com/media/FlpLbC3XoAAvTsD.jpg +https://pbs.twimg.com/media/FliF_aSXgAE85eE.jpg +https://pbs.twimg.com/media/FliF_a7WAAIXciB.jpg +https://pbs.twimg.com/media/FlZukx2X0AEtBLi.jpg +https://pbs.twimg.com/media/FlUyi8iWIAM6qOm.jpg +https://pbs.twimg.com/media/FlUyjKuXEAEDen3.jpg +https://pbs.twimg.com/media/FlUykNqXoAEyIm_.jpg +https://pbs.twimg.com/media/FlUykgiXgAISV8s.jpg +https://pbs.twimg.com/media/FlUk1jAX0AQZtNg.jpg +https://pbs.twimg.com/media/FlSc45maYAETzJC.jpg +https://pbs.twimg.com/media/FlSc45qagAIWD2A.jpg +https://pbs.twimg.com/media/FlSc46caYAEvNOU.jpg +https://pbs.twimg.com/media/FlOf1ezXwAA87l2.jpg +https://pbs.twimg.com/media/FlOf1euXEAEZXJJ.jpg +https://pbs.twimg.com/media/FlOf1ewXwAMMoB_.jpg +https://pbs.twimg.com/media/FlOf1eqWAAAEGQo.jpg +https://pbs.twimg.com/media/FlKCwYwXoAAFLNk.jpg +https://pbs.twimg.com/media/FlJop8YWIAUA41P.jpg +https://pbs.twimg.com/media/FlJoqI8WQAMfTOO.jpg +https://pbs.twimg.com/media/FlJoqUWXwAIPSOA.jpg +https://pbs.twimg.com/media/FlJoqg1WIAAZYWd.jpg +https://pbs.twimg.com/media/FlDbtIsX0AYJem6.jpg +https://pbs.twimg.com/media/FlDbtIuXkAAgGJw.jpg +https://pbs.twimg.com/media/FlDbtIuWYAEGdX3.jpg +https://pbs.twimg.com/media/FlAmDXiXwAYA2Hy.jpg +https://pbs.twimg.com/media/FlAmDklXgAILvWs.jpg +https://pbs.twimg.com/media/FlAmD6wX0AgGMBC.jpg +https://pbs.twimg.com/media/FlAmEOuWYAAeOnY.jpg +https://pbs.twimg.com/media/Fk8EC4QagAE4Hdg.jpg +https://pbs.twimg.com/media/Fk8EC4SagAAq8Ug.jpg +https://pbs.twimg.com/media/Fk8EC4TagAAExcB.jpg +https://pbs.twimg.com/media/Fk1rT3-WAAE9OYx.jpg +https://pbs.twimg.com/media/Fk0kxpBWYAA-KbR.jpg +https://pbs.twimg.com/media/Fk0kyKBXkAcIaay.jpg +https://pbs.twimg.com/media/Fk0kzDdXgAYIlOZ.jpg +https://pbs.twimg.com/media/Fkwg6vyaMAEw1Eq.jpg +https://pbs.twimg.com/media/Fkwg7IQacAEEnkd.jpg +https://pbs.twimg.com/media/Fkwg7fqaMAE1elj.jpg +https://pbs.twimg.com/media/FkwgimgXgAYmGt4.jpg +https://pbs.twimg.com/media/FkvgL2CUEAARSoj.jpg +https://pbs.twimg.com/media/FkvgM4jUoAAs1E4.jpg +https://pbs.twimg.com/media/FkvgN-yVEAAzf6J.jpg +https://pbs.twimg.com/media/Fks8WOPXgAIsbxx.jpg +https://pbs.twimg.com/media/Fks8WbFWIAAUDca.jpg +https://pbs.twimg.com/media/Fks8WsiWYAAcdw0.jpg +https://pbs.twimg.com/media/Fks8W-nWAAUQp84.jpg +https://pbs.twimg.com/media/Fkllh8xXkAAHP63.jpg +https://pbs.twimg.com/media/FkllieoWYAEyWeo.jpg +https://pbs.twimg.com/media/FklljApXoAENVYc.jpg +https://pbs.twimg.com/media/FklljgOWYAI_9hq.jpg +https://pbs.twimg.com/media/FkX3ofbacAApcGp.jpg +https://pbs.twimg.com/media/FkX3r0-agAIrLsH.png +https://pbs.twimg.com/media/FkX3vcTakAA1sH8.jpg +https://pbs.twimg.com/media/FkX3xgeagAAh0Va.png +https://pbs.twimg.com/media/FkXIWRoXgAEQ6VM.jpg +https://pbs.twimg.com/media/FkXIa8bWYAEYOSq.jpg +https://pbs.twimg.com/media/FkWQkhLXkAM5AUu.jpg +https://pbs.twimg.com/media/FkWQmpMXwAIfugM.jpg +https://pbs.twimg.com/media/FkWQ_cBWAAI5WFf.jpg +https://pbs.twimg.com/media/FkV7Q0OXwAUjt5R.jpg +https://pbs.twimg.com/media/FkSVxRdX0AYM0LP.jpg +https://pbs.twimg.com/media/FkSVyJlWIAA0y5Q.jpg +https://pbs.twimg.com/media/FkSVzNPX0AQs17G.jpg +https://pbs.twimg.com/media/FkSV0HUX0AE9Xes.jpg +https://pbs.twimg.com/media/FkRCuBnWAAAwgVh.jpg +https://pbs.twimg.com/media/FkRCus_XEAEMZjV.jpg +https://pbs.twimg.com/media/FkRCveGWYAAz_2c.jpg +https://pbs.twimg.com/media/FkRCwLrX0AAod9p.jpg +https://pbs.twimg.com/media/D3CN-6SUwAAvQ4N.jpg +https://pbs.twimg.com/media/D3CN_hOU8AAbBCQ.jpg +https://pbs.twimg.com/media/D3COAJCUwAASY9p.jpg +https://pbs.twimg.com/media/FkG9dvmXEAAzZGQ.jpg +https://pbs.twimg.com/media/FkG3MdUaAAAqsYI.jpg +https://pbs.twimg.com/media/FkG3MdLaYAUGq1E.jpg +https://pbs.twimg.com/media/D3CP49VVAAAKr1Y.jpg +https://pbs.twimg.com/media/D3CP5mwUgAAFc4I.jpg +https://pbs.twimg.com/media/D3CP6GaU4AAzYqF.jpg +https://pbs.twimg.com/media/D3CP6e5U4AA9VyF.jpg +https://pbs.twimg.com/media/Fj8pR5-X0AA4cuG.jpg +https://pbs.twimg.com/media/Fj8Z0fmaEAADWs7.jpg +https://pbs.twimg.com/media/Fj8Z0fyagAEn3eu.jpg +https://pbs.twimg.com/media/Fj8Z0fsaEAYce8q.jpg +https://pbs.twimg.com/media/Fj8Z0f0aMAUAzGM.jpg +https://pbs.twimg.com/media/Fj8QHrXWIAAS0u0.jpg +https://pbs.twimg.com/media/Fj8QH3JXkAILOqn.jpg +https://pbs.twimg.com/media/Fj8QIDpXwAAxPOc.jpg +https://pbs.twimg.com/media/Fj8QIOeX0AAcWO_.jpg +https://pbs.twimg.com/media/Fj6V6jkVQAAZGwt.jpg +https://pbs.twimg.com/media/Fj6V6jnVQAEMkLz.jpg +https://pbs.twimg.com/media/Fj6V6jlVsAEP_ET.jpg +https://pbs.twimg.com/media/Fj6V6jlUYAEoEBp.jpg +https://pbs.twimg.com/media/Fj1WEj3UAAAS4a0.jpg +https://pbs.twimg.com/media/Fj1WGeqVEAEwwzI.jpg +https://pbs.twimg.com/media/FjyMXFbWIAErDBL.jpg +https://pbs.twimg.com/media/Fjs1khjXwAAISRQ.jpg +https://pbs.twimg.com/media/Fjs1khgXoAEChfK.jpg +https://pbs.twimg.com/media/Fjs0EFRXwAEH66h.jpg +https://pbs.twimg.com/media/Fjs0EFSWAAErVbr.jpg +https://pbs.twimg.com/media/Fjk2Fs2WIAA5YkG.jpg +https://pbs.twimg.com/media/Fjf8tFIacAEDwYD.png +https://pbs.twimg.com/media/Fjf7KK8aEAABcpZ.jpg +https://pbs.twimg.com/media/Fjf7P8EagAEf-AT.jpg +https://pbs.twimg.com/media/Fjf7UPxaUAIXFhQ.jpg +https://pbs.twimg.com/media/Fjf7W8paMAAisgs.jpg +https://pbs.twimg.com/media/FjdRxl2WAAE7bHd.jpg +https://pbs.twimg.com/media/FjZ4CLxXEAsK4Ts.jpg +https://pbs.twimg.com/media/FjZ4CLqXEBEaoFM.jpg +https://pbs.twimg.com/media/FjVZUTnWYAMckal.jpg +https://pbs.twimg.com/media/FjVZUhQXwAEzSFV.jpg +https://pbs.twimg.com/media/FjVZUuiWQAErjar.jpg +https://pbs.twimg.com/media/FjVZU6zXoAAXFgw.jpg +https://pbs.twimg.com/media/FjU30WCaAAAWHWh.jpg +https://pbs.twimg.com/media/FjU34h5aEAAtOb1.jpg +https://pbs.twimg.com/media/FjU39VCaUAEQ32C.jpg +https://pbs.twimg.com/media/FjU4AyoagAAEb64.jpg +https://pbs.twimg.com/media/FjUuYDWWYAof85p.jpg +https://pbs.twimg.com/media/FjUud9bXEAEyAVm.jpg +https://pbs.twimg.com/media/FjUulBhWYA4nrze.jpg +https://pbs.twimg.com/media/FjUusjTWAAADQ9n.jpg +https://pbs.twimg.com/media/FjUcqmRXECMuSI8.jpg +https://pbs.twimg.com/media/FjTZsL4XEAIvIaL.jpg +https://pbs.twimg.com/media/FjS-mMnWAAAvSKV.jpg +https://pbs.twimg.com/media/FjS-mdkX0AMOY5_.jpg +https://pbs.twimg.com/media/FiyMg4QUUAYUP48.jpg +https://pbs.twimg.com/media/Fi9lS_taUAIBQvp.jpg +https://pbs.twimg.com/media/Fi9lW3NacAA7E8z.jpg +https://pbs.twimg.com/media/Fi9lX3TaAAAtRr6.jpg +https://pbs.twimg.com/media/Fi9lZAWagAEKKIp.jpg +https://pbs.twimg.com/media/Fi7pXj_XwAAh2ub.jpg +https://pbs.twimg.com/media/Fi5PimFWYAIk32x.jpg +https://pbs.twimg.com/media/Fi5OpXNX0AYpR7b.jpg +https://pbs.twimg.com/media/FiyLnhqUoAIiGqT.jpg +https://pbs.twimg.com/media/Fi1t_WOXgAI-x-q.jpg +https://pbs.twimg.com/media/Fi1t__7WYAEgsGD.jpg +https://pbs.twimg.com/media/Fi1uAeyXgAUy5I7.jpg +https://pbs.twimg.com/media/Fi0711rWAAIz3PY.jpg +https://pbs.twimg.com/media/Fi072MlXwAEL1TA.jpg +https://pbs.twimg.com/media/Fi072flWIAADJ-0.jpg +https://pbs.twimg.com/media/Fi0721tWABM6WKE.jpg +https://pbs.twimg.com/media/FiwNmeNWIAcSDxd.jpg +https://pbs.twimg.com/media/FiwNmpqXoAAReyL.jpg +https://pbs.twimg.com/media/FiwNm22WQAUx1YB.jpg +https://pbs.twimg.com/media/FiwNnKmXoAAFL9I.jpg +https://pbs.twimg.com/media/FisMmdUXoAIsiW8.jpg +https://pbs.twimg.com/media/FisMm_BX0AAo_TN.jpg +https://pbs.twimg.com/media/FisMnMwXEAA0pp2.jpg +https://pbs.twimg.com/media/FisMnYjXkAA8klD.jpg +https://pbs.twimg.com/media/Firr3ngWYAA2cfR.jpg +https://pbs.twimg.com/media/FioOnuKVEAEU96K.jpg +https://pbs.twimg.com/media/FiiJzCCUcAYoFsh.jpg +https://pbs.twimg.com/media/FiiIzvfUcAAvr2o.png +https://pbs.twimg.com/media/FiiI2N8VQAMFrzx.png +https://pbs.twimg.com/media/FiiHT81UoAE4ZRP.jpg +https://pbs.twimg.com/media/FibzLMQWAAcLiQ8.jpg +https://pbs.twimg.com/media/FibzLa_XEAE2u7K.jpg +https://pbs.twimg.com/media/FibzLyaWIAIcjZw.jpg +https://pbs.twimg.com/media/FibzL-TX0AIPu_7.jpg +https://pbs.twimg.com/media/Fibt9bkX0AA1-uT.jpg +https://pbs.twimg.com/media/FibnPb3XwAA0HsK.jpg +https://pbs.twimg.com/media/FibnPrkWIAAmSlx.jpg +https://pbs.twimg.com/media/FibnP4JXgAIpwIr.jpg +https://pbs.twimg.com/media/FibnQEfXkAAe0jE.jpg +https://pbs.twimg.com/media/FiapP08aMAEdrWS.jpg +https://pbs.twimg.com/media/FiapQKiXwAI8lFW.jpg +https://pbs.twimg.com/media/FiapQkhWIAM2Yyw.jpg +https://pbs.twimg.com/media/FiapRA9XwAQFRdg.jpg +https://pbs.twimg.com/media/FiWGApuXgAI5qVl.jpg +https://pbs.twimg.com/media/FiWGENmWQAMdy0f.jpg +https://pbs.twimg.com/media/FiWGID8WQAArl26.jpg +https://pbs.twimg.com/media/FiScpkIX0AEsJFd.jpg +https://pbs.twimg.com/media/FiQ9_JoXoAM2a8u.jpg +https://pbs.twimg.com/media/FiQ9_XxXwAYW08P.jpg +https://pbs.twimg.com/media/FiP8qQ_WYAEpazs.jpg +https://pbs.twimg.com/media/FiMWaAxXwCwCV5w.jpg +https://pbs.twimg.com/media/FiLvDgsWYAMB5HD.jpg +https://pbs.twimg.com/media/FiLMksVXoAE4TyG.jpg +https://pbs.twimg.com/media/FiIJeIGXoAYh0BN.jpg +https://pbs.twimg.com/media/FiIJeV3WIAM3Vn-.jpg +https://pbs.twimg.com/media/FiIJegdXEAAZkx9.jpg +https://pbs.twimg.com/media/FiIJeutXgAAoM6u.jpg +https://pbs.twimg.com/media/FiAy5HbWIAEWaqK.jpg +https://pbs.twimg.com/media/Fh3kETBWIAQqrqf.jpg +https://pbs.twimg.com/media/Fh0o2ngXwAAIzRU.jpg +https://pbs.twimg.com/media/Fh0o2ngXEAIZZmW.jpg +https://pbs.twimg.com/media/Fh0eMPcakAEqA9h.jpg +https://pbs.twimg.com/media/Fh0eMP4agAEfoS0.jpg +https://pbs.twimg.com/media/Fh0eMQSacAAMFCx.jpg +https://pbs.twimg.com/media/Fh0eMQzagAAlQJV.jpg +https://pbs.twimg.com/media/Fh0hkgDakAAQXyT.jpg +https://pbs.twimg.com/media/FlyUz4DWAAAF_cS.jpg +https://pbs.twimg.com/media/FlyUz4HX0AEW8f3.jpg +https://pbs.twimg.com/media/FlyUz4CXoAEDgi-.jpg +https://pbs.twimg.com/media/FlyUz42XwAE0fOW.jpg +https://pbs.twimg.com/media/Fjem0SxacAEWKme.jpg +https://pbs.twimg.com/media/Fjem2FhaAAAyxcP.jpg +https://pbs.twimg.com/media/FmiYDq8aYAEc1qB.jpg +https://pbs.twimg.com/media/FmiYDrSakAAq8zC.jpg +https://pbs.twimg.com/media/FmiYE7AaAAAeQr2.jpg +https://pbs.twimg.com/media/FmiYoq3akAA7pOM.jpg +https://pbs.twimg.com/media/FmgTbVgXwAIudn-.jpg +https://pbs.twimg.com/media/FmgTcmcWIAM-p-I.jpg +https://pbs.twimg.com/media/FmYO3xWXEAMze5N.jpg +https://pbs.twimg.com/media/FmXzC_wXEAErDnH.jpg +https://pbs.twimg.com/media/FmXbcuPXoAIUjae.jpg +https://pbs.twimg.com/media/FmXbdMPXgAAHYbu.jpg +https://pbs.twimg.com/media/FmXbd9bXoAAkh37.jpg +https://pbs.twimg.com/media/FmXXWQUaEAEwCaY.jpg +https://pbs.twimg.com/media/FmXXWlEaYAEhiSI.jpg +https://pbs.twimg.com/media/FmXXXB_aYAEzi0j.jpg +https://pbs.twimg.com/media/FmXXXiSacAAU_hf.jpg +https://pbs.twimg.com/media/FmUWdJlXwAEAhwW.jpg +https://pbs.twimg.com/media/FmSQTg2XkAYFAFH.jpg +https://pbs.twimg.com/media/FmR6stJakAIVDOK.jpg +https://pbs.twimg.com/media/FmRDkwpXkAELuED.jpg +https://pbs.twimg.com/media/FmRDmPhWAAAklAf.jpg +https://pbs.twimg.com/media/FmRDnrEXwAAwByA.jpg +https://pbs.twimg.com/media/FmRDo-rWAAEn-aK.jpg +https://pbs.twimg.com/media/FmHjHSPX0AA9ybm.jpg +https://pbs.twimg.com/media/FmCRH_aWIAIOkmH.jpg +https://pbs.twimg.com/media/FmCM2f0WYAszLhB.jpg +https://pbs.twimg.com/media/FmCM2fyXgAE1rEm.jpg +https://pbs.twimg.com/media/FmCM2f0XwAAHE1N.jpg +https://pbs.twimg.com/media/FmCNeUuaMAAX87h.jpg +https://pbs.twimg.com/media/FmCNfTzaUAAnkUY.jpg +https://pbs.twimg.com/media/FmCNjAxaEAEw5w4.jpg +https://pbs.twimg.com/media/Fl-A-JnXoAQAGOy.jpg +https://pbs.twimg.com/media/Fl-AfehXgAIkLSs.jpg +https://pbs.twimg.com/media/Fl5NDIiaEAAqter.jpg +https://pbs.twimg.com/media/Fl4DYN4aUAEk76-.jpg +https://pbs.twimg.com/media/Fl4DZ5jaEAM7lnN.jpg +https://pbs.twimg.com/media/Flyq-_UagAEPR3K.jpg +https://pbs.twimg.com/media/Flkks22X0AE6DOf.jpg +https://pbs.twimg.com/media/FltPdNFXEAAm7Vu.jpg +https://pbs.twimg.com/media/FlpY88xXwAcy9VK.jpg +https://pbs.twimg.com/media/FlpY9N2XwBcrz3U.jpg +https://pbs.twimg.com/media/FlpY9eTXoAU0Sw4.jpg +https://pbs.twimg.com/media/FlpY9qsXEAElELk.jpg +https://pbs.twimg.com/media/FlnqE81XkAAjSAW.jpg +https://pbs.twimg.com/media/Fll4kFKWQAIt4Z7.jpg +https://pbs.twimg.com/media/Fll4qGzXkAMoRa9.jpg +https://pbs.twimg.com/media/Fll4vqeWYAEc64m.jpg +https://pbs.twimg.com/media/FlkXYLOXgAM8ikd.jpg +https://pbs.twimg.com/media/FlgG32_X0AAUaFE.jpg +https://pbs.twimg.com/media/FlgG4MeXEAA-GZe.jpg +https://pbs.twimg.com/media/Flelnm-WIAAEqET.jpg +https://pbs.twimg.com/media/FldjS2_XgAMUzS-.jpg +https://pbs.twimg.com/media/FldjX8LXEAIvflF.jpg +https://pbs.twimg.com/media/FldjZ6GXwAEr54Q.jpg +https://pbs.twimg.com/media/FldjcF5X0AMWEj_.jpg +https://pbs.twimg.com/media/FlcQKj8aUAAhqOg.jpg +https://pbs.twimg.com/media/FlcQLvVagAUcStC.jpg +https://pbs.twimg.com/media/FlcQN3BakAAQqzE.jpg +https://pbs.twimg.com/media/FlcQPOXaUA8wxR3.jpg +https://pbs.twimg.com/media/FlTnTiEaUAAl3aj.jpg +https://pbs.twimg.com/media/FlTnZJ-agAEkou-.jpg +https://pbs.twimg.com/media/FlTnbtHacAESnVU.jpg +https://pbs.twimg.com/media/FlTkUA3agAA_UaB.jpg +https://pbs.twimg.com/media/FlTkiVBaEAIYE_M.jpg +https://pbs.twimg.com/media/FlTkj-JaUAIEqfY.jpg +https://pbs.twimg.com/media/FlTkmwRaMAA4d5L.jpg +https://pbs.twimg.com/media/FlKT7lJXEAEBXZ7.jpg +https://pbs.twimg.com/media/FlEj27makAIMczI.jpg +https://pbs.twimg.com/media/FlEj3NvaAAA9z5O.jpg +https://pbs.twimg.com/media/FlBGWJVWQAIyNk5.jpg +https://pbs.twimg.com/media/FlBGoSOXwAAuShu.jpg +https://pbs.twimg.com/media/FkrQB8lWAAQDpkc.jpg +https://pbs.twimg.com/media/FknqGysWYAIJXWm.jpg +https://pbs.twimg.com/media/FknsJmpXkAEh735.jpg +https://pbs.twimg.com/media/Fki3jozWIAESpMT.jpg +https://pbs.twimg.com/media/Fki3jo0XEAAat2O.jpg +https://pbs.twimg.com/media/FkiQt2fXoAwfpTL.jpg +https://pbs.twimg.com/media/FkiQt2qWAAAKWf6.jpg +https://pbs.twimg.com/media/FkiQt2jX0AARoe-.jpg +https://pbs.twimg.com/media/FkiQt2xXoBUlmCh.jpg +https://pbs.twimg.com/media/Fkh17zWWYBYEvE-.jpg +https://pbs.twimg.com/media/Fkh18GrWYAY2JP9.jpg +https://pbs.twimg.com/media/Fkh18W-XoAE-H00.jpg +https://pbs.twimg.com/media/Fkh18prXoAA2hTM.jpg +https://pbs.twimg.com/media/FkhUMjqWAA07Pht.jpg +https://pbs.twimg.com/media/FkgztkVWAAstsMt.jpg +https://pbs.twimg.com/media/Fkgzzf9XgAMNxIx.jpg +https://pbs.twimg.com/media/FkgJLpFXkAA-zz_.jpg +https://pbs.twimg.com/media/FkgF1G9XgAE9cnf.jpg +https://pbs.twimg.com/media/FkgF2JlVsAE1Gt7.jpg +https://pbs.twimg.com/media/FkgF3BuaYAAPkRI.jpg +https://pbs.twimg.com/media/FkgEl7PUEAAQWG8.jpg +https://pbs.twimg.com/media/FkgEnWWUYAAlpA7.jpg +https://pbs.twimg.com/media/FkgEpE2WAAE_Ajc.jpg +https://pbs.twimg.com/media/FkgEqEJXkAI5JKZ.jpg +https://pbs.twimg.com/media/FkcACnWXwAIJP61.jpg +https://pbs.twimg.com/media/FkbiO8TWAAAOz95.jpg +https://pbs.twimg.com/media/FkXUkjjVEAAFeAj.jpg +https://pbs.twimg.com/media/FkXK6SjXgAUMkJG.jpg +https://pbs.twimg.com/media/FkXK6UMXgA0F9m2.jpg +https://pbs.twimg.com/media/FkUTpwVUcAAbGtw.jpg +https://pbs.twimg.com/media/FkUTpwUVEAAiJIF.jpg +https://pbs.twimg.com/media/FkUTpwVUcAEI27b.jpg +https://pbs.twimg.com/media/FkUTpwXUcAAHtp9.jpg +https://pbs.twimg.com/media/D3DNJsGUYAEuFwU.jpg +https://pbs.twimg.com/media/D3DNO60UcAACIpW.jpg +https://pbs.twimg.com/media/D3DNQwKUYAAq4Lp.jpg +https://pbs.twimg.com/media/FkQMEpaWAAEm60O.jpg +https://pbs.twimg.com/media/FkQMGphX0AANG5x.jpg +https://pbs.twimg.com/media/FkQMMRkXEAIbWXc.jpg +https://pbs.twimg.com/media/FkQMNSSWIAI7Ibz.jpg +https://pbs.twimg.com/media/FkMRUksVsAE3O4d.jpg +https://pbs.twimg.com/media/FkInuGRWYAASAAi.jpg +https://pbs.twimg.com/media/FkIfcZpXkAAlUjQ.jpg +https://pbs.twimg.com/media/FkG6QrpXkAILCh6.jpg +https://pbs.twimg.com/media/FkG6RIOXgAATUV5.jpg +https://pbs.twimg.com/media/FkG6RpAWQAE81oo.jpg +https://pbs.twimg.com/media/FkG6SI-WIAAydnO.jpg +https://pbs.twimg.com/media/FkG3MdUaAAAqsYI.jpg +https://pbs.twimg.com/media/FkG3MdLaYAUGq1E.jpg +https://pbs.twimg.com/media/FkGoUWcVEAAT1hP.jpg +https://pbs.twimg.com/media/FkGEE8bUcAEd7u4.jpg +https://pbs.twimg.com/media/FkCiCH4XgAIkmV9.jpg +https://pbs.twimg.com/media/FkAzBPmWIAEquKm.jpg +https://pbs.twimg.com/media/FkAzDzOXgAAZ6-7.jpg +https://pbs.twimg.com/media/FkAzFr0X0AIpF_u.jpg +https://pbs.twimg.com/media/FkAzH7OXkAcPkzF.jpg +https://pbs.twimg.com/media/Fj_l5dtUYAY2kud.jpg +https://pbs.twimg.com/media/Fj_l5hOUAAAWonW.jpg +https://pbs.twimg.com/media/Fj_l5reVQAEjOpw.jpg +https://pbs.twimg.com/media/Fj8Xa7iX0AERuoU.jpg +https://pbs.twimg.com/media/Fj5BjRWXEAAozuF.jpg +https://pbs.twimg.com/media/Fj5Bjj0X0AA8dw1.jpg +https://pbs.twimg.com/media/Fj5BjxEWQAE_IkG.jpg +https://pbs.twimg.com/media/Fj4zsrnVsAALTYA.jpg +https://pbs.twimg.com/media/Fj4M9uBXgAMWXm8.jpg +https://pbs.twimg.com/media/Fj4M9uDXgAUP1DG.jpg +https://pbs.twimg.com/media/Fj4M9uGXwAE-Dka.jpg +https://pbs.twimg.com/media/Fj4M3HuX0AAg1Gv.jpg +https://pbs.twimg.com/media/Fj1XGCuVUAA5goY.jpg +https://pbs.twimg.com/media/Fj1XHDNVUAAnalQ.jpg +https://pbs.twimg.com/media/Fj1XH6bVsAAg1ND.jpg +https://pbs.twimg.com/media/Fj1XIxgVUAAsXyD.jpg +https://pbs.twimg.com/media/Fj0GGR5WAAE6SQr.jpg +https://pbs.twimg.com/media/Fj0GGY7XkAEI9lw.jpg +https://pbs.twimg.com/media/FjyO_YxWQAMZgIK.jpg +https://pbs.twimg.com/media/FjyNsQrWYAEEu7y.jpg +https://pbs.twimg.com/media/FjyNsQuX0Awh5eY.jpg +https://pbs.twimg.com/media/D1cxC6CU4Aclzc_.jpg +https://pbs.twimg.com/media/D1cxDuxU0AIYNBf.jpg +https://pbs.twimg.com/media/D1cxD5eV4AAGEeo.jpg +https://pbs.twimg.com/media/D1cxEhIVYAA9J1d.jpg +https://pbs.twimg.com/media/FjtYcVJXwAMZuMN.jpg +https://pbs.twimg.com/media/FjkLK3nX0AQRXsl.jpg +https://pbs.twimg.com/media/FjkLML2XEAMTUMi.jpg +https://pbs.twimg.com/media/FjkLNetXoAA83Tm.jpg +https://pbs.twimg.com/media/FjkLOiXXwAE_csO.jpg +https://pbs.twimg.com/media/FjObC2iWIAAe2BQ.jpg +https://pbs.twimg.com/media/Fjg-kWnUcAAnMYn.jpg +https://pbs.twimg.com/media/Fjg-kWpVUAAhnMS.jpg +https://pbs.twimg.com/media/FjOaMJ9WYAEMTbv.jpg +https://pbs.twimg.com/media/Dz_NSK6UcAAGLbY.jpg +https://pbs.twimg.com/media/Dz_NSyhU8AE3UM5.jpg +https://pbs.twimg.com/media/Dz_NTXpU8AEeKNq.jpg +https://pbs.twimg.com/media/Dz_NTuxVsAAZtOY.jpg +https://pbs.twimg.com/media/FjT3dG5XEAI0VFc.jpg +https://pbs.twimg.com/media/FjPRRHgVsAAxwzO.jpg +https://pbs.twimg.com/media/FjJhHgJXkAIoMxI.jpg +https://pbs.twimg.com/media/FjJhJP-XwAUCJ0j.jpg +https://pbs.twimg.com/media/FjJhKYnX0AEgHIo.jpg +https://pbs.twimg.com/media/FjJhNDHXgAE2VD0.jpg +https://pbs.twimg.com/media/FjGd76haEAA2Qrl.png +https://pbs.twimg.com/media/Fi_oAmoXkAE7umg.jpg +https://pbs.twimg.com/media/Fi_HfqLUUAE8dvP.jpg +https://pbs.twimg.com/media/Fi-_-PQXEAApJJj.jpg +https://pbs.twimg.com/media/Fi_ADaKX0AAHC0-.jpg +https://pbs.twimg.com/media/Fi_AG3-XkAE8OWD.jpg +https://pbs.twimg.com/media/Fi61zV9WQAUiS48.jpg +https://pbs.twimg.com/media/FiqMBS2WIAImPA-.jpg +https://pbs.twimg.com/media/Fi5dn3_agAEBAvZ.jpg +https://pbs.twimg.com/media/Fi5doWJaEAASyQa.jpg +https://pbs.twimg.com/media/Fi5dovIaMAYfAbi.jpg +https://pbs.twimg.com/media/Fi5dpW-akAEBj5w.jpg +https://pbs.twimg.com/media/FiqLmSVXgAAJ4yj.jpg +https://pbs.twimg.com/media/Fiw5Z-vX0AAmZUA.jpg +https://pbs.twimg.com/media/Fir0z_8XEAEAz41.jpg +https://pbs.twimg.com/media/FirRJDFXoAAiTiH.jpg +https://pbs.twimg.com/media/FirKGI4VIAAyc-o.jpg +https://pbs.twimg.com/media/FirKGXbVUAEJVsw.jpg +https://pbs.twimg.com/media/FirKGmUUcAA7qrP.jpg +https://pbs.twimg.com/media/FirKGzqVEAA0-BY.jpg +https://pbs.twimg.com/media/FipK0OwX0AUA0fu.jpg +https://pbs.twimg.com/media/Fio70CHUYAE5nMZ.jpg +https://pbs.twimg.com/media/Fio71arUYAAJ7y-.jpg +https://pbs.twimg.com/media/Fio75KwUcAAz3rb.jpg +https://pbs.twimg.com/media/Fio76KyUUAAq3VA.jpg +https://pbs.twimg.com/media/FilvKAsXgAIkdDo.jpg +https://pbs.twimg.com/media/FilvKAuWIAICSS-.jpg +https://pbs.twimg.com/media/FilvKA1X0AI58xF.jpg +https://pbs.twimg.com/media/FigHZ5XUYAE0cvK.jpg +https://pbs.twimg.com/media/Fif-tOHWYAAV1S8.jpg +https://pbs.twimg.com/media/Fien-NpXoAAWdYp.jpg +https://pbs.twimg.com/media/Fien-sQWYAACSkj.jpg +https://pbs.twimg.com/media/Fien_ZeXkAAbHzM.jpg +https://pbs.twimg.com/media/FieoAWMXgAEJ50m.jpg +https://pbs.twimg.com/media/FicdnoNX0AAs54L.jpg +https://pbs.twimg.com/media/FibSd82XgAM0I1S.jpg +https://pbs.twimg.com/media/Fia_KyBXgAI0WGu.jpg +https://pbs.twimg.com/media/Fia_-l-XoAUtgMc.jpg +https://pbs.twimg.com/media/Fia__ukXgAAjcyU.jpg +https://pbs.twimg.com/media/FibAAlNWYAAw3MG.jpg +https://pbs.twimg.com/media/FiVi6XPUcAAoW-O.jpg +https://pbs.twimg.com/media/FiVi6w9UcAArPWj.jpg +https://pbs.twimg.com/media/FiVi7EYUAAAHq6k.jpg +https://pbs.twimg.com/media/FiVi7kJUcAAKPva.jpg +https://pbs.twimg.com/media/DxuZI0tUUAE6Taa.jpg +https://pbs.twimg.com/media/DxuZa4DVAAAbsUa.jpg +https://pbs.twimg.com/media/DxuZltyUUAE6hJ6.jpg +https://pbs.twimg.com/media/FiUO4gdVIAAn8d9.jpg +https://pbs.twimg.com/media/FiUO5ryUcAArpob.jpg +https://pbs.twimg.com/media/FiUO7N1UUAACh0D.jpg +https://pbs.twimg.com/media/FiUO8dHUYAE0S1N.jpg +https://pbs.twimg.com/media/FiSfLfYVUAA8JEo.jpg +https://pbs.twimg.com/media/DxuUrJvU8AAX_1V.jpg +https://pbs.twimg.com/media/DxuUrh-UwAEGJq0.jpg +https://pbs.twimg.com/media/DxuUr7AVYAA6nyk.jpg +https://pbs.twimg.com/media/FiQh5ouXwAICsVz.jpg +https://pbs.twimg.com/media/FiPGR01XgAAiqZn.jpg +https://pbs.twimg.com/media/FiM6Y1DXwAEh25M.jpg +https://pbs.twimg.com/media/FiLWUB5XEAAQLpP.jpg +https://pbs.twimg.com/media/FiKhzSMUcAEQ0ii.jpg +https://pbs.twimg.com/media/FiKiyASVUAEuy2u.jpg +https://pbs.twimg.com/media/FiKizCMVEAE4mbQ.jpg +https://pbs.twimg.com/media/FiKiz5BUcAAwQCm.jpg +https://pbs.twimg.com/media/FiATHXrWIAENURZ.jpg +https://pbs.twimg.com/media/Fh_w0MaWAAAR-s9.jpg +https://pbs.twimg.com/media/Fh_w2n9WYAIrciP.jpg +https://pbs.twimg.com/media/Fh_w3e5WQAAPTjO.jpg +https://pbs.twimg.com/media/Fh_w4QGWIAE0qUl.jpg +https://pbs.twimg.com/media/Fh8zhSYWAAMdDjW.jpg +https://pbs.twimg.com/media/Fh8zhSPXoAATrAb.jpg +https://pbs.twimg.com/media/Fh8IgK_aMAArOSA.jpg +https://pbs.twimg.com/media/Fh7887AWQAISNEf.jpg +https://pbs.twimg.com/media/Fh4qSxsXkAI4YFD.jpg +https://pbs.twimg.com/media/Fh4qSxvWQAIqx0F.jpg +https://pbs.twimg.com/media/Fh33ZH0WYAIdC6B.jpg +https://pbs.twimg.com/media/Fh33ZH5X0AE8L0E.jpg +https://pbs.twimg.com/media/Fh2iO6MXkAIxLvH.jpg +https://pbs.twimg.com/media/Fh2iO6OXgAQxrFi.jpg +https://pbs.twimg.com/media/Fh2iO6OXoAMncgg.jpg +https://pbs.twimg.com/media/FhwlJRrWYAEOrcu.jpg +https://pbs.twimg.com/media/FhwlLUKXkAQJdL2.jpg +https://pbs.twimg.com/media/FhwlOMeXwAIRpbz.jpg +https://pbs.twimg.com/media/FhvNAsNXkAEwX9u.jpg +https://pbs.twimg.com/media/Fht7LryXwAAgE0U.jpg +https://pbs.twimg.com/media/Fht6XfHWQAIDBNi.jpg +https://pbs.twimg.com/media/Fht1IJpX0AYjryu.jpg +https://pbs.twimg.com/media/Fhji1YyWIAYSHvG.jpg +https://pbs.twimg.com/media/Fhr83ZLXgAEO0w4.jpg +https://pbs.twimg.com/media/EEKndv4UUAEsN2_.jpg +https://pbs.twimg.com/media/EEKndv4U8AAcD0g.jpg +https://pbs.twimg.com/media/EEKndv5UUAEAEpO.jpg +https://pbs.twimg.com/media/EEKndv5UUAI06Dc.jpg +https://pbs.twimg.com/media/FmilynmWIAEWCBd.jpg +https://pbs.twimg.com/media/EEKp6C6UUAAS5b1.jpg +https://pbs.twimg.com/media/EEKp6C3UcAAF4P9.jpg +https://pbs.twimg.com/media/EEKp6C2U4AAVIDC.jpg +https://pbs.twimg.com/media/EEKp6C2VUAISzB4.jpg +https://pbs.twimg.com/media/FmcrKGaXoAEMBw5.jpg +https://pbs.twimg.com/media/FmXh86dXkA0fKAJ.jpg +https://pbs.twimg.com/media/FmTh4CRaUAAD24T.jpg +https://pbs.twimg.com/media/FmTh4CVagAEHLs5.jpg +https://pbs.twimg.com/media/FmTh4CSacAIxBh7.jpg +https://pbs.twimg.com/media/FmR1oreXoAUw7f7.jpg +https://pbs.twimg.com/media/FmRw5Q5WAAE4FCk.jpg +https://pbs.twimg.com/media/FmOP9BeX0BkhW42.jpg +https://pbs.twimg.com/media/FmMzI0KWIAANzFb.jpg +https://pbs.twimg.com/media/FmJBf8rX0AAbhdX.jpg +https://pbs.twimg.com/media/FmGB1F5XwAAVP-9.jpg +https://pbs.twimg.com/media/FmGBBLPXEAMthSH.jpg +https://pbs.twimg.com/media/FmGBBLQWQAAngC3.jpg +https://pbs.twimg.com/media/FmD5pUWX0Ak2Pi5.jpg +https://pbs.twimg.com/media/FmD5pysXgAQapkI.jpg +https://pbs.twimg.com/media/FmD5qXHX0AMtvXy.jpg +https://pbs.twimg.com/media/Fl_VyK0WIAEVfhY.jpg +https://pbs.twimg.com/media/Fl9IysyWAAELuAU.jpg +https://pbs.twimg.com/media/Fl363S3aUAQjCdw.jpg +https://pbs.twimg.com/media/Fl06ytpaUAIvx1g.jpg +https://pbs.twimg.com/media/Fl06ytpaYAA7j0c.jpg +https://pbs.twimg.com/media/Fl06ytpacAISg7e.jpg +https://pbs.twimg.com/media/EATGNK-U0AAhwAg.jpg +https://pbs.twimg.com/media/EATGNLAU4AASytN.jpg +https://pbs.twimg.com/media/EATGNK_U8AEVdp0.jpg +https://pbs.twimg.com/media/Fl0OlkbWIAEaYho.jpg +https://pbs.twimg.com/media/Fl0OlkRXgAAxjDM.jpg +https://pbs.twimg.com/media/Fl0OlkTWIAUCgYu.jpg +https://pbs.twimg.com/media/Fl0F8yKWIAs901s.jpg +https://pbs.twimg.com/media/Fl0F8-lWQAAudpL.jpg +https://pbs.twimg.com/media/Fl0F9O1WIAIch0C.jpg +https://pbs.twimg.com/media/Fl0F9eQX0AAe7-x.jpg +https://pbs.twimg.com/media/FlxJvQzacAEG_L9.jpg +https://pbs.twimg.com/media/FlxJvQxaMAIwTd3.jpg +https://pbs.twimg.com/media/FlxJvRCagAIyrXy.jpg +https://pbs.twimg.com/media/FlxJvReaEAAGiQu.jpg +https://pbs.twimg.com/media/FlxJvQzacAEG_L9.jpg +https://pbs.twimg.com/media/FlxJvQxaMAIwTd3.jpg +https://pbs.twimg.com/media/FlxJvRCagAIyrXy.jpg +https://pbs.twimg.com/media/FlxJvReaEAAGiQu.jpg +https://pbs.twimg.com/media/Fls0aAAXkAIaOxV.jpg +https://pbs.twimg.com/media/Fls0aAFXoAAcXI1.jpg +https://pbs.twimg.com/media/Fls0aAGXoAA7sFe.jpg +https://pbs.twimg.com/media/Fls0aAEWIAIU6JP.jpg +https://pbs.twimg.com/media/FlrMjZiWAAAFc1I.jpg +https://pbs.twimg.com/media/FlpLbC3XoAAvTsD.jpg +https://pbs.twimg.com/media/Flo-S4jacAoiaRR.jpg +https://pbs.twimg.com/media/Flo-S4jaMAAohCC.jpg +https://pbs.twimg.com/media/Flo-S4jaAAE8SAO.jpg +https://pbs.twimg.com/media/FlkCXFPWQAEBgzW.jpg +https://pbs.twimg.com/media/FlkCcZCWAAEZbdA.jpg +https://pbs.twimg.com/media/FlkChyyXwAQ6GF3.jpg +https://pbs.twimg.com/media/FljmQhqWIAETtlh.jpg +https://pbs.twimg.com/media/FljLHMHWYAIyAHo.jpg +https://pbs.twimg.com/media/FlZukx2X0AEtBLi.jpg +https://pbs.twimg.com/media/FlUk1jAX0AQZtNg.jpg +https://pbs.twimg.com/media/FlO_5UpWYAMzhIk.jpg +https://pbs.twimg.com/media/FlL14kNWYAA_eH6.jpg +https://pbs.twimg.com/media/FlJvj2nWIAI4PEb.jpg +https://pbs.twimg.com/media/FlJvke_WAAMDQuq.jpg +https://pbs.twimg.com/media/FlJvldJWQAErbUp.jpg +https://pbs.twimg.com/media/FlJvmRsWAAA8ILH.jpg +https://pbs.twimg.com/media/FlFIXM_WQAA_0Nk.jpg +https://pbs.twimg.com/media/FlFIXbeWQAEGxNc.jpg +https://pbs.twimg.com/media/FlFIXtjXoAAd8HX.jpg +https://pbs.twimg.com/media/FlFIYAmX0AAG3ZW.jpg +https://pbs.twimg.com/media/FlDOZrkXgAETsiK.jpg +https://pbs.twimg.com/media/Fk_yQ95XEAEU6zb.jpg +https://pbs.twimg.com/media/Fk_fi7NXwAYuIY2.jpg +https://pbs.twimg.com/media/Fk_fi7UXwAI-5QF.jpg +https://pbs.twimg.com/media/Fk_fi7KWYAMtnzL.jpg +https://pbs.twimg.com/media/Fk_fi7OXgAAeudj.jpg +https://pbs.twimg.com/media/Fk-C3t2XgAE7TXF.jpg +https://pbs.twimg.com/media/Fk-C3tFWAAE6lMH.jpg +https://pbs.twimg.com/media/Fk-C3tDXwAQqyxt.jpg +https://pbs.twimg.com/media/Fk8ZHVJXgAAtYF6.jpg +https://pbs.twimg.com/media/Fk6M-kjXgAI5HzE.jpg +https://pbs.twimg.com/media/Fk6M-wvWIAAecTu.jpg +https://pbs.twimg.com/media/Fk1rT3-WAAE9OYx.jpg +https://pbs.twimg.com/media/Fk0kxpBWYAA-KbR.jpg +https://pbs.twimg.com/media/Fk0kyKBXkAcIaay.jpg +https://pbs.twimg.com/media/Fk0kzDdXgAYIlOZ.jpg +https://pbs.twimg.com/media/FkwgimgXgAYmGt4.jpg +https://pbs.twimg.com/media/FkuB93qWAAEyyAc.jpg +https://pbs.twimg.com/media/Fks8WOPXgAIsbxx.jpg +https://pbs.twimg.com/media/Fks8WbFWIAAUDca.jpg +https://pbs.twimg.com/media/Fks8WsiWYAAcdw0.jpg +https://pbs.twimg.com/media/Fks8W-nWAAUQp84.jpg +https://pbs.twimg.com/media/FksIdc5XEAQBKxE.jpg +https://pbs.twimg.com/media/FksIddBXEBo2rcg.jpg +https://pbs.twimg.com/media/FksIddEXEAE5SPh.jpg +https://pbs.twimg.com/media/FksIddCXEBIpb2O.jpg +https://pbs.twimg.com/media/FkrK3cJWAAgYqha.jpg +https://pbs.twimg.com/media/FknPBd_WIBoj1GE.jpg +https://pbs.twimg.com/media/FknPIF4WIBAS8x_.jpg +https://pbs.twimg.com/media/FknPKtKWIB4gJe7.jpg +https://pbs.twimg.com/media/FknPpDWWIA4yXiz.jpg +https://pbs.twimg.com/media/Fkl_oIUXEAA4ylZ.jpg +https://pbs.twimg.com/media/FkiP8TrXoAMLTPW.jpg +https://pbs.twimg.com/media/FkiP8TpXoBgsjCv.jpg +https://pbs.twimg.com/media/Fkh2f2oX0AAh7Y8.jpg +https://pbs.twimg.com/media/Fkgp581XoAItIKY.jpg +https://pbs.twimg.com/media/Fkgp583WIAMEaK2.jpg +https://pbs.twimg.com/media/Fkgp583WIAIwfmN.jpg +https://pbs.twimg.com/media/FkgMZ73XkAEUZFI.jpg +https://pbs.twimg.com/media/FkgMZ87VsAMjyYT.jpg +https://pbs.twimg.com/media/FkdXveZXkAAvPPo.jpg +https://pbs.twimg.com/media/FkdXvecXwAAH8P1.jpg +https://pbs.twimg.com/media/FkdXvebX0AEWeon.jpg +https://pbs.twimg.com/media/FkbZAitXwAMjZDM.jpg +https://pbs.twimg.com/media/FkYxmMVWQAEp-P9.jpg +https://pbs.twimg.com/media/D3nAPxbUIAE525B.jpg +https://pbs.twimg.com/media/D3nAfVvUcAIameJ.jpg +https://pbs.twimg.com/media/D3nAg6zUYAADwy8.jpg +https://pbs.twimg.com/media/D3nAh_GV4AEunIQ.jpg +https://pbs.twimg.com/media/FkV7Q0OXwAUjt5R.jpg +https://pbs.twimg.com/media/FkOORhnWAAEKr7J.jpg +https://pbs.twimg.com/media/FkMekhcXoAUY7pL.jpg +https://pbs.twimg.com/media/D3CL_8iVYAAUIQT.jpg +https://pbs.twimg.com/media/D3CMCN0U4AE4vaq.jpg +https://pbs.twimg.com/media/D3CMCtQVYAE7MXB.jpg +https://pbs.twimg.com/media/D3CMDMrUYAE8XHE.jpg +https://pbs.twimg.com/media/FkCuGyJXEAsKr93.jpg +https://pbs.twimg.com/media/FkBU526XkAAv0m6.jpg +https://pbs.twimg.com/media/Fj93IFjVUAAU3xO.jpg +https://pbs.twimg.com/media/Fj93JFXVsAArN29.jpg +https://pbs.twimg.com/media/Fj93KPmVQAAdE4E.jpg +https://pbs.twimg.com/media/Fj93LHZUAAAImgv.jpg +https://pbs.twimg.com/media/Fj9Z8UdXoAMR3gL.jpg +https://pbs.twimg.com/media/Fj2g8EiXgAAgAaq.jpg +https://pbs.twimg.com/media/Fj2g8EnWAAIMo24.jpg +https://pbs.twimg.com/media/Fj0-8cDWYAE4Fxx.jpg +https://pbs.twimg.com/media/Fj0-9HOXoAEF_19.jpg +https://pbs.twimg.com/media/Fj0-9tVX0AIJiSc.jpg +https://pbs.twimg.com/media/Fj0--ZbXkAALOqm.jpg +https://pbs.twimg.com/media/Fj0A4JJWQAMHeH6.jpg +https://pbs.twimg.com/media/Fj0A4JOXEAAYmLQ.jpg +https://pbs.twimg.com/media/Fj0A4JMXoAE_ZCj.jpg +https://pbs.twimg.com/media/Fj0A4JLXgAEa3x8.jpg +https://pbs.twimg.com/media/FjzKJlaWAAA7xmU.jpg +https://pbs.twimg.com/media/Fjyfu1QWQAALUUf.jpg +https://pbs.twimg.com/media/FjybCfIWAAUuYsM.jpg +https://pbs.twimg.com/media/FjybCfJWQAAU1Z4.jpg +https://pbs.twimg.com/media/FjybCg1XwAEHZTP.jpg +https://pbs.twimg.com/media/FjybChrXoAA9ei9.jpg +https://pbs.twimg.com/media/Fjx4Io0WQAgXb5r.jpg +https://pbs.twimg.com/media/Fjx4I2oXEAE7Uvt.jpg +https://pbs.twimg.com/media/Fjx4JBWXEAUi4Vv.jpg +https://pbs.twimg.com/media/Fjx4JOnXEAIJzE4.jpg +https://pbs.twimg.com/media/FjtlMVHX0AA4yrr.jpg +https://pbs.twimg.com/media/Fjs8RoJWAAEAxOq.jpg +https://pbs.twimg.com/media/FjpDBfZaEAA7jTb.jpg +https://pbs.twimg.com/media/FjoaSNgXEAAdNa8.jpg +https://pbs.twimg.com/media/FjimvH4WIAAjNC3.jpg +https://pbs.twimg.com/media/FjimvGGXEAA8w-m.jpg +https://pbs.twimg.com/media/FjdsmE6WAAM8qe1.jpg +https://pbs.twimg.com/media/FjdsmE8XwAAOehR.jpg +https://pbs.twimg.com/media/FjdsmE7WAAEOdu0.jpg +https://pbs.twimg.com/media/FjdsmE-WAAEnHR3.jpg +https://pbs.twimg.com/media/FjajgC7XoAAA3wC.jpg +https://pbs.twimg.com/media/FjVZUTnWYAMckal.jpg +https://pbs.twimg.com/media/FjVZUhQXwAEzSFV.jpg +https://pbs.twimg.com/media/FjVZUuiWQAErjar.jpg +https://pbs.twimg.com/media/FjVZU6zXoAAXFgw.jpg +https://pbs.twimg.com/media/FjUuYDWWYAof85p.jpg +https://pbs.twimg.com/media/FjUud9bXEAEyAVm.jpg +https://pbs.twimg.com/media/FjUulBhWYA4nrze.jpg +https://pbs.twimg.com/media/FjUusjTWAAADQ9n.jpg +https://pbs.twimg.com/media/FjUmcmaXoAAXE_D.jpg +https://pbs.twimg.com/media/FjUmcmHXkAAnf3X.jpg +https://pbs.twimg.com/media/FjUmcmeXEAwJZY9.jpg +https://pbs.twimg.com/media/FjUmcmfXECA1Dd6.jpg +https://pbs.twimg.com/media/FjUcqmRXECMuSI8.jpg +https://pbs.twimg.com/media/FjTmMWwWAAUf2yB.jpg +https://pbs.twimg.com/media/FjTmMqAWAAUvrR3.jpg +https://pbs.twimg.com/media/FjTmND3XkAAENmH.jpg +https://pbs.twimg.com/media/FjTmNVrXwAE2u1q.jpg +https://pbs.twimg.com/media/FjTj-WgXgAQN1bA.jpg +https://pbs.twimg.com/media/FjTj-WYXEAEilUM.jpg +https://pbs.twimg.com/media/FjTZsL4XEAIvIaL.jpg +https://pbs.twimg.com/media/FjSQs3lUcAAAWUD.jpg +https://pbs.twimg.com/media/FjSQs3kUoAASkDs.jpg +https://pbs.twimg.com/media/FjSQs3nUYAAyuHy.jpg +https://pbs.twimg.com/media/FjRntMMX0AASG_t.jpg +https://pbs.twimg.com/media/FjRnuQhXwAgFJ-G.jpg +https://pbs.twimg.com/media/FjQ-MVfWIAAt0F8.jpg +https://pbs.twimg.com/media/FjQ-MVeXEAA85eB.jpg +https://pbs.twimg.com/media/FjQ-MVhXEAAvlD4.jpg +https://pbs.twimg.com/media/FjPqSwYXoAAdXfv.jpg +https://pbs.twimg.com/media/FjPeiYCX0AIZC7M.jpg +https://pbs.twimg.com/media/FjPelyZXoAMoXmM.jpg +https://pbs.twimg.com/media/FjPeo3JWYAE8S0W.jpg +https://pbs.twimg.com/media/FjJvvuhWAAEkNCT.jpg +https://pbs.twimg.com/media/FjHpcaYX0AEmk5y.jpg +https://pbs.twimg.com/media/FjHpd8wXwAE6iVT.jpg +https://pbs.twimg.com/media/FjHpfEgWIAA11o_.jpg +https://pbs.twimg.com/media/FjHpgJOWQAAh2To.jpg +https://pbs.twimg.com/media/FjAg6h0aAAcrrlA.jpg +https://pbs.twimg.com/media/FjAg6hwaAAMJvYH.jpg +https://pbs.twimg.com/media/FjAfBunaEAA7Tm0.jpg +https://pbs.twimg.com/media/FjAfBunaYAAKNKq.jpg +https://pbs.twimg.com/media/FjAfBuuaAAAV1ft.jpg +https://pbs.twimg.com/media/FjAfBuwaEAAEzng.jpg +https://pbs.twimg.com/media/Fi_MuUfXoAE6avo.jpg +https://pbs.twimg.com/media/Fi_MvcIXkAs7hWb.jpg +https://pbs.twimg.com/media/Fi6nwgHWYAImC95.jpg +https://pbs.twimg.com/media/Fi6nwgOWQAEzfa2.jpg +https://pbs.twimg.com/media/Fi6nwgHXgDEmk7A.jpg +https://pbs.twimg.com/media/Fi6nwgPXgAAxBk3.jpg +https://pbs.twimg.com/media/Fi6UBRsWAAAZhP-.jpg +https://pbs.twimg.com/media/Fi6UBRuXgAAfPbW.jpg +https://pbs.twimg.com/media/Fi6UBRzXEAgihmp.jpg +https://pbs.twimg.com/media/Fi551_JVUAA0M7A.jpg +https://pbs.twimg.com/media/Fi5PimFWYAIk32x.jpg +https://pbs.twimg.com/media/Fi5OpXNX0AYpR7b.jpg +https://pbs.twimg.com/media/Fi2gxQLXgAIxFj9.jpg +https://pbs.twimg.com/media/Fi1zhJRXgAIveTK.jpg +https://pbs.twimg.com/media/Fi1zhKpWIAEQFkx.jpg +https://pbs.twimg.com/media/Fi1zhJNXgAcptPn.jpg +https://pbs.twimg.com/media/Fi1zhJPXkAEBE87.jpg +https://pbs.twimg.com/media/Fi1p8d-XEAA4ZKc.jpg +https://pbs.twimg.com/media/Fi1qZlJXEAwK7Bn.jpg +https://pbs.twimg.com/media/Fi1qbDnXEBotBvd.jpg +https://pbs.twimg.com/media/Fi1s50_XwAANYMP.jpg +https://pbs.twimg.com/media/Fi1WhjoXEAM3288.jpg +https://pbs.twimg.com/media/Fi1WhjnWIAEu_F6.jpg +https://pbs.twimg.com/media/Fi1WhkMXEA8YPhw.jpg +https://pbs.twimg.com/media/Fi1WhkOXEA8fOB2.jpg +https://pbs.twimg.com/media/Fi0_Y02WAAABgeO.jpg +https://pbs.twimg.com/media/Fi0_Y5uXoAcf4mr.jpg +https://pbs.twimg.com/media/Fi0_Y7yWAAQNeQG.jpg +https://pbs.twimg.com/media/Fi0_Y9iWAAgahjr.jpg +https://pbs.twimg.com/media/Fi0711rWAAIz3PY.jpg +https://pbs.twimg.com/media/Fi072MlXwAEL1TA.jpg +https://pbs.twimg.com/media/Fi072flWIAADJ-0.jpg +https://pbs.twimg.com/media/Fi0721tWABM6WKE.jpg +https://pbs.twimg.com/media/Fi0m7qmWQAINi78.jpg +https://pbs.twimg.com/media/Fi0nFWtWIAUmfqX.jpg +https://pbs.twimg.com/media/Fi0nT_QXEAEH8GI.jpg +https://pbs.twimg.com/media/Fi0neSFXwAQckz8.jpg +https://pbs.twimg.com/media/Fi0FDlgXgAIh9Er.jpg +https://pbs.twimg.com/media/Fi0ECQUXoAMN8vR.jpg +https://pbs.twimg.com/media/FizpKZfWIAAwDcg.jpg +https://pbs.twimg.com/media/Fiza-zaXkAIV7Zf.jpg +https://pbs.twimg.com/media/Fiza-zaXoAIEOhj.jpg +https://pbs.twimg.com/media/Fiza-zYWAAESC7d.jpg +https://pbs.twimg.com/media/Fixo_vFXoAA2NTI.jpg +https://pbs.twimg.com/media/FisMyCJWYAETk-w.jpg +https://pbs.twimg.com/media/FisMmdUXoAIsiW8.jpg +https://pbs.twimg.com/media/FisMm_BX0AAo_TN.jpg +https://pbs.twimg.com/media/FisMnMwXEAA0pp2.jpg +https://pbs.twimg.com/media/FisMnYjXkAA8klD.jpg +https://pbs.twimg.com/media/FilDTisX0AEE75Z.jpg +https://pbs.twimg.com/media/FikCm76WAAAyHTK.jpg +https://pbs.twimg.com/media/FicGBpKUYAAitDD.jpg +https://pbs.twimg.com/media/FicGBpuUcAADOIq.jpg +https://pbs.twimg.com/media/FicGBqaVsAAP92V.jpg +https://pbs.twimg.com/media/FicGBq1VEAAJlEq.jpg +https://pbs.twimg.com/media/FibzLMQWAAcLiQ8.jpg +https://pbs.twimg.com/media/FibzLa_XEAE2u7K.jpg +https://pbs.twimg.com/media/FibzLyaWIAIcjZw.jpg +https://pbs.twimg.com/media/FibzL-TX0AIPu_7.jpg +https://pbs.twimg.com/media/Fia8tIyXwAEoqsR.jpg +https://pbs.twimg.com/media/Fia8tXlWQAU7WCT.jpg +https://pbs.twimg.com/media/Fia8tm5WAAIjS-5.jpg +https://pbs.twimg.com/media/Fia8t3JXEAAVIIU.jpg +https://pbs.twimg.com/media/FiapP08aMAEdrWS.jpg +https://pbs.twimg.com/media/FiapQKiXwAI8lFW.jpg +https://pbs.twimg.com/media/FiapQkhWIAM2Yyw.jpg +https://pbs.twimg.com/media/FiapRA9XwAQFRdg.jpg +https://pbs.twimg.com/media/FiScpkIX0AEsJFd.jpg +https://pbs.twimg.com/media/FiQR89jWQAMMOFA.jpg +https://pbs.twimg.com/media/FiQR-8NXkAAdttp.jpg +https://pbs.twimg.com/media/FiP8qQ_WYAEpazs.jpg +https://pbs.twimg.com/media/FiLvDgsWYAMB5HD.jpg +https://pbs.twimg.com/media/FiLf79xX0AMxKEv.jpg +https://pbs.twimg.com/media/FiLIQfgXkAILx__.jpg +https://pbs.twimg.com/media/FiIJeIGXoAYh0BN.jpg +https://pbs.twimg.com/media/FiIJeV3WIAM3Vn-.jpg +https://pbs.twimg.com/media/FiIJegdXEAAZkx9.jpg +https://pbs.twimg.com/media/FiIJeutXgAAoM6u.jpg +https://pbs.twimg.com/media/FiHHO_saUAAS2d_.jpg +https://pbs.twimg.com/media/FiHHO_saEAInhUh.jpg +https://pbs.twimg.com/media/FiHHO_sacAAWo9b.jpg +https://pbs.twimg.com/media/FiHHO_ragAApGuK.jpg +https://pbs.twimg.com/media/FiFrJpqWQAAWySg.jpg +https://pbs.twimg.com/media/FiFrJprWAAAXfy-.jpg +https://pbs.twimg.com/media/FiBLXcrWQAIUrxQ.jpg +https://pbs.twimg.com/media/FiA8ogLWAAE5nYG.jpg +https://pbs.twimg.com/media/FiA8ogDXwAEoXDv.jpg +https://pbs.twimg.com/media/FiAy5HbWIAEWaqK.jpg +https://pbs.twimg.com/media/Fh81794WYAAkHoq.jpg +https://pbs.twimg.com/media/Fh37GJEXEAIU2QS.jpg +https://pbs.twimg.com/media/Fh37GJAWIAUuLfZ.jpg +https://pbs.twimg.com/media/Fh37GJDXoAEWwgG.jpg +https://pbs.twimg.com/media/Fh37GJOXgAIxA20.jpg +https://pbs.twimg.com/media/Fh3kETBWIAQqrqf.jpg +https://pbs.twimg.com/media/Fh3YIGSXkAMQIRK.jpg +https://pbs.twimg.com/media/Fh3YIGXX0AAJX1s.jpg +https://pbs.twimg.com/media/Fh3YIGSXkAQlHdE.jpg +https://pbs.twimg.com/media/Fh2Qe_ZWQAECAWG.jpg +https://pbs.twimg.com/media/Fh2Qf2CWQAAYvLC.jpg +https://pbs.twimg.com/media/Fh0eMPcakAEqA9h.jpg +https://pbs.twimg.com/media/Fh0eMP4agAEfoS0.jpg +https://pbs.twimg.com/media/Fh0eMQSacAAMFCx.jpg +https://pbs.twimg.com/media/Fh0eMQzagAAlQJV.jpg +https://pbs.twimg.com/media/Fhymde2XkAIe4wv.jpg +https://pbs.twimg.com/media/FhvLH0YWIAA78uT.jpg +https://pbs.twimg.com/media/FhvLHz-XEAMUBZL.jpg +https://pbs.twimg.com/media/FhtQ3rjWIAEMEVc.jpg +https://pbs.twimg.com/media/FhsmZfUWIAQaBck.jpg +https://pbs.twimg.com/media/FhsPXH0XEAASaz6.jpg +https://pbs.twimg.com/media/FhsP7k8WAAIzuM0.jpg +https://pbs.twimg.com/media/FhsQA_mWIAI-eDW.jpg +https://pbs.twimg.com/media/FhrSTc2XoAA94Lc.jpg +https://pbs.twimg.com/media/FhrSVJAXwAIH9fM.jpg +https://pbs.twimg.com/media/FhrQs13WIAMcTCZ.jpg +https://pbs.twimg.com/media/FhrQs16WQAEbwMb.jpg +https://pbs.twimg.com/media/FhrQs17WQAIcFmK.jpg +https://pbs.twimg.com/media/ED_DVibU4AEkUkA.jpg +https://pbs.twimg.com/media/ED_DVicU0AUaA2S.jpg +https://pbs.twimg.com/media/ED_DVicU4AAhu6h.jpg +https://pbs.twimg.com/media/ED_DVibU4AIM48f.jpg +https://pbs.twimg.com/media/FmI0vPXWIAUw_j4.jpg +https://pbs.twimg.com/media/FmEvdc5aAAEtA_I.jpg +https://pbs.twimg.com/media/FltoM41WQAInjvS.jpg +https://pbs.twimg.com/media/FlkZrGiXEAIfpCm.jpg +https://pbs.twimg.com/media/FlkZulWXgAM2uC7.jpg +https://pbs.twimg.com/media/FlkXYLOXgAM8ikd.jpg +https://pbs.twimg.com/media/FlGnrN5aMAUT4aM.jpg +https://pbs.twimg.com/media/Fk_d7VAWYAACO6L.jpg +https://pbs.twimg.com/media/Fk_d8H4XgAUOQaS.jpg +https://pbs.twimg.com/media/Fk_d85FWYBMAe1L.jpg +https://pbs.twimg.com/media/Fk_d9dKX0AAQ3ld.jpg +https://pbs.twimg.com/media/Fk7DTrUXgAEUPf9.jpg +https://pbs.twimg.com/media/Fk7DTrXWIAUhL22.jpg +https://pbs.twimg.com/media/FkXm1Q3UUAAxOIw.jpg +https://pbs.twimg.com/media/Fj-yRypVUAE7cRL.jpg +https://pbs.twimg.com/media/Fj-yUbsVIAIHitP.jpg +https://pbs.twimg.com/media/Fj9D7ONWAAA8eQ5.jpg +https://pbs.twimg.com/media/Fj9D77sXoAILFlJ.jpg +https://pbs.twimg.com/media/Fj9D8gdXwAE9RUI.jpg +https://pbs.twimg.com/media/FjYZ0juVIAAu1vM.jpg +https://pbs.twimg.com/media/FjYZ2wzWIAIdcui.jpg +https://pbs.twimg.com/media/FjYbiSlWQAAm0gK.jpg +https://pbs.twimg.com/media/FjYbjVDX0AEorvB.jpg +https://pbs.twimg.com/media/FjPhmg2VsAA5oL8.jpg +https://pbs.twimg.com/media/Fif-tOHWYAAV1S8.jpg +https://pbs.twimg.com/media/Fien-NpXoAAWdYp.jpg +https://pbs.twimg.com/media/Fien-sQWYAACSkj.jpg +https://pbs.twimg.com/media/Fien_ZeXkAAbHzM.jpg +https://pbs.twimg.com/media/FieoAWMXgAEJ50m.jpg +https://pbs.twimg.com/media/FicPk8WXkAEyF3Y.jpg +https://pbs.twimg.com/media/FicPk8PXEAIAdBG.jpg +https://pbs.twimg.com/media/FicPk8NWIAE3luM.jpg +https://pbs.twimg.com/media/FmZwEFrWYAEHppx.jpg +https://pbs.twimg.com/media/FmZwGjLWIAAKl3k.jpg +https://pbs.twimg.com/media/FmWxMtFXEAAP0AQ.jpg +https://pbs.twimg.com/media/FmWxP-WWIAEwPlG.jpg +https://pbs.twimg.com/media/FmWxTLNXkAEEkeZ.jpg +https://pbs.twimg.com/media/FmWxdxtWAAAkq_K.jpg +https://pbs.twimg.com/media/FmSjVXPaUAAXlVH.jpg +https://pbs.twimg.com/media/FmSjWHkaUAAZeMg.jpg +https://pbs.twimg.com/media/FmSjRRxakAMlHoC.jpg +https://pbs.twimg.com/media/FmSjSHMakAEY_Q-.jpg +https://pbs.twimg.com/media/FmI0vPXWIAUw_j4.jpg +https://pbs.twimg.com/media/FmIb4HFXEB0NcSs.jpg +https://pbs.twimg.com/media/Fl_VyK0WIAEVfhY.jpg +https://pbs.twimg.com/media/Fl4G-LFXoAAySig.jpg +https://pbs.twimg.com/media/Fl4G-M7WAAAcPGV.jpg +https://pbs.twimg.com/media/Fl4G-OwXwAcbiiR.jpg +https://pbs.twimg.com/media/Fl4G-QAWYAAvein.jpg +https://pbs.twimg.com/media/Fl4CneyXEAA1QzE.jpg +https://pbs.twimg.com/media/Fl4CpoLXgAEk0Qm.jpg +https://pbs.twimg.com/media/Fl4CqvfWIAAfi_z.jpg +https://pbs.twimg.com/media/Fl4Crc9XwAEJVch.jpg +https://pbs.twimg.com/media/Fl3zF1TaAAAYBUU.png +https://pbs.twimg.com/media/Fkma1qbVQAEqNGB.jpg +https://pbs.twimg.com/media/Fkma2v4UoAE4hmU.jpg +https://pbs.twimg.com/media/Fkma8KkUUAEvrQ-.jpg +https://pbs.twimg.com/media/Fkma8_iUcAENrct.jpg +https://pbs.twimg.com/media/FlpY88xXwAcy9VK.jpg +https://pbs.twimg.com/media/FlpY9N2XwBcrz3U.jpg +https://pbs.twimg.com/media/FlpY9eTXoAU0Sw4.jpg +https://pbs.twimg.com/media/FlpY9qsXEAElELk.jpg +https://pbs.twimg.com/media/FkmYMWGUoAAt5_n.jpg +https://pbs.twimg.com/media/FkmYNb8UEAEeTvw.jpg +https://pbs.twimg.com/media/FkmYOL-VUAAVKDV.jpg +https://pbs.twimg.com/media/FkmYSJrVsAAr7Kk.jpg +https://pbs.twimg.com/media/FkmYS9aUEAAX1Sa.jpg +https://pbs.twimg.com/media/D9eGxZnVUAAxI0X.jpg +https://pbs.twimg.com/media/D9eGznfU0AAimC4.jpg +https://pbs.twimg.com/media/D9eG1neVUAEELVZ.jpg +https://pbs.twimg.com/media/D9eHcq1UIAEEa6P.jpg +https://pbs.twimg.com/media/FlUjdb2WQAItLdD.jpg +https://pbs.twimg.com/media/FlUjdb1WAAIfYeh.jpg +https://pbs.twimg.com/media/FlUjdbyXoAA5nIn.jpg +https://pbs.twimg.com/media/FlUjdb4WQAIyqwI.jpg +https://pbs.twimg.com/media/FkmUGk8VUAA5HVM.jpg +https://pbs.twimg.com/media/FkmUHW6VEAAgVzI.jpg +https://pbs.twimg.com/media/FkmUBsRUoAAkhjF.jpg +https://pbs.twimg.com/media/Fk_-m6YXoAYyOwL.jpg +https://pbs.twimg.com/media/Fk_-m6QWAAAFUIf.jpg +https://pbs.twimg.com/media/Fk7DTrUXgAEUPf9.jpg +https://pbs.twimg.com/media/Fk7DTrXWIAUhL22.jpg +https://pbs.twimg.com/media/FkmSDiYUEAQ6BKq.jpg +https://pbs.twimg.com/media/FkmSEioUEAMaKm8.jpg +https://pbs.twimg.com/media/FkmSJtGUEAcRoqb.jpg +https://pbs.twimg.com/media/FkmSK5kUEAocrSd.jpg +https://pbs.twimg.com/media/D6lBlQkUIAEYQA8.jpg +https://pbs.twimg.com/media/D6lBl2EUwAEk0K1.jpg +https://pbs.twimg.com/media/D6lBmicU8AAej1Q.jpg +https://pbs.twimg.com/media/D6lBm7JUcAAhzav.jpg +https://pbs.twimg.com/media/FkiQt2fXoAwfpTL.jpg +https://pbs.twimg.com/media/FkiQt2qWAAAKWf6.jpg +https://pbs.twimg.com/media/FkiQt2jX0AARoe-.jpg +https://pbs.twimg.com/media/FkiQt2xXoBUlmCh.jpg +https://pbs.twimg.com/media/FkgztkVWAAstsMt.jpg +https://pbs.twimg.com/media/Fkgzzf9XgAMNxIx.jpg +https://pbs.twimg.com/media/FkcACnWXwAIJP61.jpg +https://pbs.twimg.com/media/FhyccKzVUAAeq2H.jpg +https://pbs.twimg.com/media/FhyccK3VEAA4MJN.jpg +https://pbs.twimg.com/media/FkW9W8AXEAs3yR2.jpg +https://pbs.twimg.com/media/FkW9aOiXEBUx7Xa.jpg +https://pbs.twimg.com/media/FkW9eYiXEAwkWy5.jpg +https://pbs.twimg.com/media/FkW9inGXEAYSlSW.jpg +https://pbs.twimg.com/media/FkUTpwVUcAAbGtw.jpg +https://pbs.twimg.com/media/FkUTpwUVEAAiJIF.jpg +https://pbs.twimg.com/media/FkUTpwVUcAEI27b.jpg +https://pbs.twimg.com/media/FkUTpwXUcAAHtp9.jpg +https://pbs.twimg.com/media/FkTWJj5WIAEiGgx.jpg +https://pbs.twimg.com/media/FkTWJj7XEAIGjfV.jpg +https://pbs.twimg.com/media/D3DNJsGUYAEuFwU.jpg +https://pbs.twimg.com/media/D3DNO60UcAACIpW.jpg +https://pbs.twimg.com/media/D3DNQwKUYAAq4Lp.jpg +https://pbs.twimg.com/media/FkKJTbgVsAIZ-eV.jpg +https://pbs.twimg.com/media/FkKJTbjUcAASgwu.jpg +https://pbs.twimg.com/media/FkKJTbjUoAAvHr9.jpg +https://pbs.twimg.com/media/FkGIEZ7XEAEAXJu.jpg +https://pbs.twimg.com/media/FkGIEZ8WAAAPvpE.jpg +https://pbs.twimg.com/media/FkGIEZ7XoAI29rx.jpg +https://pbs.twimg.com/media/FkGIHhDWQAE5Dpz.jpg +https://pbs.twimg.com/media/FhycTGhUUAATN3a.jpg +https://pbs.twimg.com/media/FhycTGnVIAAde_L.jpg +https://pbs.twimg.com/media/FhycTGsUAAEi9k3.jpg +https://pbs.twimg.com/media/Fj_l5dtUYAY2kud.jpg +https://pbs.twimg.com/media/Fj_l5hOUAAAWonW.jpg +https://pbs.twimg.com/media/Fj_l5reVQAEjOpw.jpg +https://pbs.twimg.com/media/D17jnOvU8AApo-E.jpg +https://pbs.twimg.com/media/D17j5mIUkAAJTi2.jpg +https://pbs.twimg.com/media/D17kF3-UgAIwdYw.jpg +https://pbs.twimg.com/media/D17kZ1eU8AA7_bE.jpg +https://pbs.twimg.com/media/Fj6ZhqtUUAAetsj.jpg +https://pbs.twimg.com/media/Fj6ZhqrVsAAxjeq.jpg +https://pbs.twimg.com/media/Fj6ZhqtUAAAouXI.jpg +https://pbs.twimg.com/media/Fjye_y4XEAcj2m9.jpg +https://pbs.twimg.com/media/FjyfBnoXgAARYSN.jpg +https://pbs.twimg.com/media/FjyfDWAXgAIDrId.jpg +https://pbs.twimg.com/media/FjutfE1XgAM76HC.jpg +https://pbs.twimg.com/media/FjutfE6XwAQjF5E.jpg +https://pbs.twimg.com/media/FjutfE3XkAACaNP.jpg +https://pbs.twimg.com/media/FjutfE2XgAA3R5j.jpg +https://pbs.twimg.com/media/FjeXPJ4XkAwC0DF.jpg +https://pbs.twimg.com/media/FjeXS6wXkBMagc9.jpg +https://pbs.twimg.com/media/FjeXYYDXkAQc1Vc.jpg +https://pbs.twimg.com/media/FjeXaKTXkCEGY1l.jpg +https://pbs.twimg.com/media/FhycDtBUoAAuByw.jpg +https://pbs.twimg.com/media/FhycDtMVQAANgYr.jpg +https://pbs.twimg.com/media/FhycDtRUYAAJVsk.jpg +https://pbs.twimg.com/media/FhycDtVUUAA5VL0.jpg +https://pbs.twimg.com/media/FjUN-3AWACAamxg.jpg +https://pbs.twimg.com/media/FjUOAXDWIAE-KYc.jpg +https://pbs.twimg.com/media/FjUOBpAWAAMos8A.jpg +https://pbs.twimg.com/media/FjUODJkXwAAnt7q.jpg +https://pbs.twimg.com/media/Fi6d2o8XgAkXmjZ.jpg +https://pbs.twimg.com/media/Fi6c_NnWQAEuvRt.jpg +https://pbs.twimg.com/media/Fhyb5LGUYAAEoXQ.jpg +https://pbs.twimg.com/media/Fhyb5LJUYAAlY-1.jpg +https://pbs.twimg.com/media/Fhyb5LQUAAEX3gS.jpg +https://pbs.twimg.com/media/Fhyb0xDVQAArUAp.jpg +https://pbs.twimg.com/media/Fhyb0xOUYAIxw2d.jpg +https://pbs.twimg.com/media/Fhyb0xaUcAI1HSi.jpg +https://pbs.twimg.com/media/Fhyb0xjUUAAMJVp.jpg +https://pbs.twimg.com/media/FhntuspVsAAalQ-.jpg +https://pbs.twimg.com/media/FirKGI4VIAAyc-o.jpg +https://pbs.twimg.com/media/FirKGXbVUAEJVsw.jpg +https://pbs.twimg.com/media/FirKGmUUcAA7qrP.jpg +https://pbs.twimg.com/media/FirKGzqVEAA0-BY.jpg +https://pbs.twimg.com/media/FhnmDJqVsAAgrXJ.jpg +https://pbs.twimg.com/media/FhnmKprUoAEaqeU.jpg +https://pbs.twimg.com/media/FhnmL4RUUAAzZdl.jpg +https://pbs.twimg.com/media/FhxdIveUoAEaA4d.jpg +https://pbs.twimg.com/media/FhxdIveVsAIjRFa.jpg +https://pbs.twimg.com/media/FhxdIvhVIAAyoeA.jpg +https://pbs.twimg.com/media/FhniE07VQAAe7Tb.jpg +https://pbs.twimg.com/media/FhniJStVUAE0Ge1.jpg +https://pbs.twimg.com/media/FhniKuCUoAAC9W1.jpg +https://pbs.twimg.com/media/FhzJ4XYVEAAUJIO.jpg +https://pbs.twimg.com/media/FhzKMXJVIAE33Ey.jpg +https://pbs.twimg.com/media/FhzKDe5VsAAxVHz.jpg +https://pbs.twimg.com/media/FhzKFVqVUAATt01.jpg +https://pbs.twimg.com/media/FmOiGvKXoAE__Tw.jpg +https://pbs.twimg.com/media/FmOiH-BWAAA51hB.jpg +https://pbs.twimg.com/media/FmOiJbUWIAAZRj_.jpg +https://pbs.twimg.com/media/FjiRF9DXoAAL89z.jpg +https://pbs.twimg.com/media/Fl995A3aMAIun2T.jpg +https://pbs.twimg.com/media/Fl995A3aUAAZDr_.jpg +https://pbs.twimg.com/media/Fmg_uFRXwAMnrSw.jpg +https://pbs.twimg.com/media/Fmg_uFUXoAYsgGM.jpg +https://pbs.twimg.com/media/Fmg_uFWWAAAWPSu.jpg +https://pbs.twimg.com/media/Fmg_uFTXkAALiI_.jpg +https://pbs.twimg.com/media/ED2XLM9U0AE9c2N.jpg +https://pbs.twimg.com/media/ED2XLM9UUAAEX41.jpg +https://pbs.twimg.com/media/ED2XLM6UcAA_CTI.jpg +https://pbs.twimg.com/media/FmO1ArpXkAAGMjv.jpg +https://pbs.twimg.com/media/FmOhu2QXgAIuoAu.jpg +https://pbs.twimg.com/media/FmOhu2OWYAMVi5F.jpg +https://pbs.twimg.com/media/FmOhu2PXgAAt-8r.jpg +https://pbs.twimg.com/media/FmOhu2OWYAIRA72.jpg +https://pbs.twimg.com/media/FmNzfCmWIAcfUOh.jpg +https://pbs.twimg.com/media/FmNzgURWIAwY89T.jpg +https://pbs.twimg.com/media/FmNzibsWIAQxeLG.jpg +https://pbs.twimg.com/media/FmNzk85XgAE9Bo4.jpg +https://pbs.twimg.com/media/FmMVfZ2XwAAbD3U.jpg +https://pbs.twimg.com/media/FmKdol1XwAA_E0q.jpg +https://pbs.twimg.com/media/FmCdwZpWIAcw-C0.jpg +https://pbs.twimg.com/media/EATGNK-U0AAhwAg.jpg +https://pbs.twimg.com/media/EATGNLAU4AASytN.jpg +https://pbs.twimg.com/media/EATGNK_U8AEVdp0.jpg +https://pbs.twimg.com/media/FlxtJe_WYAAgIHR.jpg +https://pbs.twimg.com/media/FlvQT3_X0AI6czP.jpg +https://pbs.twimg.com/media/FlvQT3_WAAEsBiP.jpg +https://pbs.twimg.com/media/FluQy6vWAAAGZEV.jpg +https://pbs.twimg.com/media/FluQy6tWIAAUrWC.jpg +https://pbs.twimg.com/media/FlpKl0dXkAYco1Q.jpg +https://pbs.twimg.com/media/FlpKl0dWQAMclV4.jpg +https://pbs.twimg.com/media/Fleus-FWYAIsLy_.jpg +https://pbs.twimg.com/media/FlksFAeXEAEtZvb.jpg +https://pbs.twimg.com/media/FlksHelXwAADG5X.jpg +https://pbs.twimg.com/media/Flkr6JdWYAEYE-6.jpg +https://pbs.twimg.com/media/Flkr6KyXoAc38ZK.jpg +https://pbs.twimg.com/media/FleepJ2XoAEpfyO.jpg +https://pbs.twimg.com/media/Fleeqf4XEAA9NSN.jpg +https://pbs.twimg.com/media/FleesdzWYAAezH5.jpg +https://pbs.twimg.com/media/FleeuPmXwAEzXNy.jpg +https://pbs.twimg.com/media/Flavi4-agAEpcUJ.jpg +https://pbs.twimg.com/media/FlZeSGJXwAEhccT.jpg +https://pbs.twimg.com/media/FlZeT9fXkAAQHJV.jpg +https://pbs.twimg.com/media/FilntLhWIAIJTcj.jpg +https://pbs.twimg.com/media/FilntLgWIAEup23.jpg +https://pbs.twimg.com/media/FilntLgWAAIZA4v.jpg +https://pbs.twimg.com/media/FlSc45maYAETzJC.jpg +https://pbs.twimg.com/media/FlSc45qagAIWD2A.jpg +https://pbs.twimg.com/media/FlSc46caYAEvNOU.jpg +https://pbs.twimg.com/media/FilnnouWIAAwMER.jpg +https://pbs.twimg.com/media/FilnnouXEAIXmm5.jpg +https://pbs.twimg.com/media/FlNsCBZXgAETDna.jpg +https://pbs.twimg.com/media/FlLUgWqX0AAKRDw.jpg +https://pbs.twimg.com/media/FlLUgWpWIAA7tCn.jpg +https://pbs.twimg.com/media/FlLLm7qaEAAk92m.jpg +https://pbs.twimg.com/media/FilniniWAAMa5x2.jpg +https://pbs.twimg.com/media/FilninhXwAE6-Ch.jpg +https://pbs.twimg.com/media/FlJn7hzWYAECa_5.jpg +https://pbs.twimg.com/media/FlJn7h2XoAARZ_z.jpg +https://pbs.twimg.com/media/FlJn7h1WIAEWCbz.jpg +https://pbs.twimg.com/media/FlJn7h5WQAIQZSe.jpg +https://pbs.twimg.com/media/FlJVsruagAISDKT.jpg +https://pbs.twimg.com/media/FlJVtPUacAILsty.jpg +https://pbs.twimg.com/media/FlJVtmhagAEPz6S.jpg +https://pbs.twimg.com/media/FlJVuFlacAAO-3d.jpg +https://pbs.twimg.com/media/FlEgIFgaEAAMLcs.jpg +https://pbs.twimg.com/media/FlDbtIsX0AYJem6.jpg +https://pbs.twimg.com/media/FlDbtIuXkAAgGJw.jpg +https://pbs.twimg.com/media/FlDbtIuWYAEGdX3.jpg +https://pbs.twimg.com/media/FlBFbAQX0AAmpAJ.jpg +https://pbs.twimg.com/media/FlBFbAyWYAAbWhy.jpg +https://pbs.twimg.com/media/FilnRxlXkAc5OmT.jpg +https://pbs.twimg.com/media/Fk_srpCWYAEXO1l.jpg +https://pbs.twimg.com/media/Fk_sti3WIAIRM9H.jpg +https://pbs.twimg.com/media/FilnM_HX0AAB3nB.jpg +https://pbs.twimg.com/media/FilnM_BWIAEV854.jpg +https://pbs.twimg.com/media/Fk6qXgrWQAAv8ip.jpg +https://pbs.twimg.com/media/Fk6qXgkXkAA8Bvb.jpg +https://pbs.twimg.com/media/Fk6qXghWIAApu_Q.jpg +https://pbs.twimg.com/media/Fk6qXgrXkAM71K1.jpg +https://pbs.twimg.com/media/Fk5RJj1WYAIHJUc.jpg +https://pbs.twimg.com/media/Fk5RJjzWYAEE-kv.jpg +https://pbs.twimg.com/media/Fk5RJj0XgAIXBgF.jpg +https://pbs.twimg.com/media/Fk5RJj4WYAEIPRS.jpg +https://pbs.twimg.com/media/Fk1NRybacAEHRWe.jpg +https://pbs.twimg.com/media/Fk1NTxtakAAkp_Y.jpg +https://pbs.twimg.com/media/Fk1NTypaAAMAcDO.jpg +https://pbs.twimg.com/media/Fk1NTzRaAAA9fxj.jpg +https://pbs.twimg.com/media/D6N0n__U0AEce97.jpg +https://pbs.twimg.com/media/D6N1IlVUYAUJaP-.jpg +https://pbs.twimg.com/media/D6NyHUZVUAAHalu.jpg +https://pbs.twimg.com/media/D6NyIjvUUAAq-Mh.jpg +https://pbs.twimg.com/media/Film-ELXEAEcHTD.jpg +https://pbs.twimg.com/media/Film-EIXgAYpAqc.jpg +https://pbs.twimg.com/media/D6Ns2AAUwAIzyV4.jpg +https://pbs.twimg.com/media/D6Ns5ZOUUAEHQYo.jpg +https://pbs.twimg.com/media/D6NpmxCUwAYK3YG.jpg +https://pbs.twimg.com/media/Film0VcXgAAwl97.jpg +https://pbs.twimg.com/media/Film0VcXkAA1iTb.jpg +https://pbs.twimg.com/media/D6Nklj9UcAAsy6F.jpg +https://pbs.twimg.com/media/D6NkmPjUcAc-SB3.jpg +https://pbs.twimg.com/media/D6NiRncUIAcIHDz.jpg +https://pbs.twimg.com/media/D6NiUD3UYAAqKoa.jpg +https://pbs.twimg.com/media/D6NiUsdUEAAIU6j.jpg +https://pbs.twimg.com/media/FilmwBjXoAIVuot.jpg +https://pbs.twimg.com/media/FilmwBiXkAEVcTf.jpg +https://pbs.twimg.com/media/Fkllh8xXkAAHP63.jpg +https://pbs.twimg.com/media/FkllieoWYAEyWeo.jpg +https://pbs.twimg.com/media/FklljApXoAENVYc.jpg +https://pbs.twimg.com/media/FklljgOWYAI_9hq.jpg +https://pbs.twimg.com/media/FkjXCaGaUAAxSbu.jpg +https://pbs.twimg.com/media/FkjXCczaEAAsKi4.jpg +https://pbs.twimg.com/media/FkjXCezacAAgYmU.jpg +https://pbs.twimg.com/media/FkibZE_WIAAXgRP.jpg +https://pbs.twimg.com/media/FilmqZxWAAIvqoO.jpg +https://pbs.twimg.com/media/FilmqZyXgAMt_As.jpg +https://pbs.twimg.com/media/Fkc53n7WYAEr_oG.jpg +https://pbs.twimg.com/media/FilmguvXkAklSfz.jpg +https://pbs.twimg.com/media/FilmgusWYAErP-N.jpg +https://pbs.twimg.com/media/FkXkzclXEAAEdzG.jpg +https://pbs.twimg.com/media/FkXkzdJWIBM9bUN.jpg +https://pbs.twimg.com/media/FkV0hirWAAAsMIz.jpg +https://pbs.twimg.com/media/FkV0jjoXkAA9Lju.jpg +https://pbs.twimg.com/media/FkSVxRdX0AYM0LP.jpg +https://pbs.twimg.com/media/FkSVyJlWIAA0y5Q.jpg +https://pbs.twimg.com/media/FkSVzNPX0AQs17G.jpg +https://pbs.twimg.com/media/FkSV0HUX0AE9Xes.jpg +https://pbs.twimg.com/media/FkSTRlbWAAAGaw7.jpg +https://pbs.twimg.com/media/FkSTSbOXkAQ2_su.jpg +https://pbs.twimg.com/media/FkSTTCWWYAE0Eqc.jpg +https://pbs.twimg.com/media/FkSTTuvXEAgB0u6.jpg +https://pbs.twimg.com/media/FilmOcyWYAICXC9.jpg +https://pbs.twimg.com/media/FilmOc4XgAAjsmR.jpg +https://pbs.twimg.com/media/FilmJebXwAAMtkB.jpg +https://pbs.twimg.com/media/FilmJeeXkAE5GKi.jpg +https://pbs.twimg.com/media/FilmCZfXwAEpHhz.jpg +https://pbs.twimg.com/media/FilmCZnWYAUvcey.jpg +https://pbs.twimg.com/media/FkFNFMyWQAArTUj.jpg +https://pbs.twimg.com/media/FkFNI5DWQAAwil3.jpg +https://pbs.twimg.com/media/FkFNLytXwAE9YHa.jpg +https://pbs.twimg.com/media/Fill7hOWQAA5WIg.jpg +https://pbs.twimg.com/media/FkBf1jnXgAIqa1T.jpg +https://pbs.twimg.com/media/FkBgFe4X0AIqvZR.jpg +https://pbs.twimg.com/media/FkBgV7tXoAgsTgB.jpg +https://pbs.twimg.com/media/FkAEMobUYAAqWuF.jpg +https://pbs.twimg.com/media/Fj-rTY8XwAIcxKY.jpg +https://pbs.twimg.com/media/Fj-hbxHXoAI5RIu.jpg +https://pbs.twimg.com/media/Fj8pR5-X0AA4cuG.jpg +https://pbs.twimg.com/media/Fj8Cs6pWIAEuJ9R.jpg +https://pbs.twimg.com/media/FillpNNWAAMseNf.jpg +https://pbs.twimg.com/media/FillpNPWYAEH6Tt.jpg +https://pbs.twimg.com/media/FjuEZBaWAAcE216.jpg +https://pbs.twimg.com/media/FjuEZBhWYAM5biJ.jpg +https://pbs.twimg.com/media/FjuEZBdWQAMR9AZ.jpg +https://pbs.twimg.com/media/FjuEZBcX0AI0C-R.jpg +https://pbs.twimg.com/media/FillddRXgAIyzCA.jpg +https://pbs.twimg.com/media/FillddSWYAA8qp9.jpg +https://pbs.twimg.com/media/FillddSWYAEnz-9.jpg +https://pbs.twimg.com/media/Fjs1khjXwAAISRQ.jpg +https://pbs.twimg.com/media/Fjs1khgXoAEChfK.jpg +https://pbs.twimg.com/media/FillXPXXkAExw6W.jpg +https://pbs.twimg.com/media/FillXPZXwAENch2.jpg +https://pbs.twimg.com/media/FjmBsilXkAAeJLt.jpg +https://pbs.twimg.com/media/FjmBvZKX0AARXY7.jpg +https://pbs.twimg.com/media/FjmBvZqXEAAloTD.jpg +https://pbs.twimg.com/media/FjmBvaTWAAooTls.jpg +https://pbs.twimg.com/media/FjjVR4JXEAAh5a7.jpg +https://pbs.twimg.com/media/FjjMJNNUAAUTU0A.jpg +https://pbs.twimg.com/media/FjjMJNNVsAE_QTz.jpg +https://pbs.twimg.com/media/FjjMJPlUcAAUSPg.jpg +https://pbs.twimg.com/media/FjjMJPkVEAAzm1b.jpg +https://pbs.twimg.com/media/FjiO8FpXgAINTU_.jpg +https://pbs.twimg.com/media/FjiO8FsWQAE5XRw.jpg +https://pbs.twimg.com/media/FjiO8FrXkAMfBFl.jpg +https://pbs.twimg.com/media/FjewSWgWIAMIPlF.jpg +https://pbs.twimg.com/media/FjeuoT-XEBsaco1.jpg +https://pbs.twimg.com/media/FillKXyXgAcoeZQ.jpg +https://pbs.twimg.com/media/FillKXzWAAIK9fb.jpg +https://pbs.twimg.com/media/FjY2vfsWIAcwdHH.jpg +https://pbs.twimg.com/media/FjY2vfzWQAEkfmV.jpg +https://pbs.twimg.com/media/FjY2vfxXwAI0PLc.jpg +https://pbs.twimg.com/media/FjY2vfzXEAckp_V.jpg +https://pbs.twimg.com/media/FjV8ErJWYAA_Vb5.jpg +https://pbs.twimg.com/media/Filk4JVX0AADgdU.jpg +https://pbs.twimg.com/media/Filk4JaX0AMDTJY.jpg +https://pbs.twimg.com/media/Filk4JbXgAIaNQ1.jpg +https://pbs.twimg.com/media/FjTAxOMVEAAe__2.jpg +https://pbs.twimg.com/media/FjPAQf0XwA4xcej.jpg +https://pbs.twimg.com/media/FilkpaXWIAENOxR.jpg +https://pbs.twimg.com/media/FilkpaWX0AAvHUh.jpg +https://pbs.twimg.com/media/FjHqjxbWIAEouqO.jpg +https://pbs.twimg.com/media/FjHqllTXEAMGDqq.jpg +https://pbs.twimg.com/media/FjHqnVWWQAAX1hR.jpg +https://pbs.twimg.com/media/FjF0-68WIAMOdzb.jpg +https://pbs.twimg.com/media/FjF0_zVXoAYfvVJ.jpg +https://pbs.twimg.com/media/FjCZTpyWIAEcAzc.jpg +https://pbs.twimg.com/media/FjCZTpvXoAA5kUY.jpg +https://pbs.twimg.com/media/FjCZTpsXoAA3wit.jpg +https://pbs.twimg.com/media/FjCZTrFWAAE8oRP.jpg +https://pbs.twimg.com/media/FjBbEBtWQAAT59Q.jpg +https://pbs.twimg.com/media/Fi_aGrCUUAIbXi2.jpg +https://pbs.twimg.com/media/Fi_aGrBVIAAG2wA.jpg +https://pbs.twimg.com/media/Fi_aGrBUoAE1r8m.jpg +https://pbs.twimg.com/media/Fi_aGrAUAAAoaYe.jpg +https://pbs.twimg.com/media/FilkbEeWIAM1d2r.jpg +https://pbs.twimg.com/media/FilkbEhWYAE4nai.jpg +https://pbs.twimg.com/media/FilkbEpXoAAaM4g.jpg +https://pbs.twimg.com/media/Fi9lS_taUAIBQvp.jpg +https://pbs.twimg.com/media/Fi9lW3NacAA7E8z.jpg +https://pbs.twimg.com/media/Fi9lX3TaAAAtRr6.jpg +https://pbs.twimg.com/media/Fi9lZAWagAEKKIp.jpg +https://pbs.twimg.com/media/Fi9jk3IagAE3fGS.jpg +https://pbs.twimg.com/media/Fi9jk3KaUAIy3v4.jpg +https://pbs.twimg.com/media/Fi9jk3KaAAA7Ihr.jpg +https://pbs.twimg.com/media/Fi9jk3WaEAAouYG.jpg +https://pbs.twimg.com/media/FilkLrGWAAc0lbe.jpg +https://pbs.twimg.com/media/FilkLrIWYAcllmR.jpg +https://pbs.twimg.com/media/Fi5JWY3X0AMHoUr.jpg +https://pbs.twimg.com/media/Fi5JWjbWIAEnPyV.jpg +https://pbs.twimg.com/media/Fi5JWuIXkAEs9yM.jpg +https://pbs.twimg.com/media/Fi5JW6DXwAEkWwj.jpg +https://pbs.twimg.com/media/Fi0MDCYXgAMbjEP.jpg +https://pbs.twimg.com/media/FixreZhXgAE9vG1.jpg +https://pbs.twimg.com/media/FixreZiWYAA3Ahq.jpg +https://pbs.twimg.com/media/FiviEUGXgAA8q6E.jpg +https://pbs.twimg.com/media/FiviIAtXwAIuath.jpg +https://pbs.twimg.com/media/FiviNKiWIAAppyB.jpg +https://pbs.twimg.com/media/FiviOi8WQAAND5W.jpg +https://pbs.twimg.com/media/FivfKbLXEAMQr85.jpg +https://pbs.twimg.com/media/Fiu_mwLUcAA7LFF.jpg +https://pbs.twimg.com/media/Fiu_mwLUYAI1Uif.jpg +https://pbs.twimg.com/media/FiudkSqWYAADab4.jpg +https://pbs.twimg.com/media/FisKXHhX0AYIzUO.jpg +https://pbs.twimg.com/media/FirNw3uWAAM9ed_.jpg +https://pbs.twimg.com/media/FiqlW-zX0AEbfzw.jpg +https://pbs.twimg.com/media/FiqlW-5XEAcCvDO.jpg +https://pbs.twimg.com/media/FiqlW_fXkAE2YV7.jpg +https://pbs.twimg.com/media/FiqlXACX0AY5abS.jpg +https://pbs.twimg.com/media/Fip_DIAXkAQrZFI.jpg +https://pbs.twimg.com/media/Fip_DHlWYAAJQoB.jpg +https://pbs.twimg.com/media/Fip_IQ6X0AAHbFM.jpg +https://pbs.twimg.com/media/Fio19lXXwAIbbQH.jpg +https://pbs.twimg.com/media/Fio19lZXoAMo-gF.jpg +https://pbs.twimg.com/media/Dy18euFVsAAiwQg.jpg +https://pbs.twimg.com/media/Dy18f1BVYAAPT46.jpg +https://pbs.twimg.com/media/Dy18gIEU0AAEytk.jpg +https://pbs.twimg.com/media/Dy18o6HUcAAvSvS.jpg +https://pbs.twimg.com/media/FilsNvZWYAE_VZG.jpg +https://pbs.twimg.com/media/FilsUb_WYAkUbVj.jpg +https://pbs.twimg.com/media/FilsV6AXkAQpMdn.jpg +https://pbs.twimg.com/media/Filsh7IXwAAu1Bk.jpg +https://pbs.twimg.com/media/FiZlGdAWYAEd6Xr.jpg +https://pbs.twimg.com/media/FiUIJa5X0AAzFUp.jpg +https://pbs.twimg.com/media/FiUIJa3WIAU6ubI.jpg +https://pbs.twimg.com/media/FiUIJayWIAA2J2S.jpg +https://pbs.twimg.com/media/FiUIJawXoAAj3hI.jpg +https://pbs.twimg.com/media/FiNyfSrWYAAjyfI.jpg +https://pbs.twimg.com/media/FiInauOWQAE4MJQ.jpg +https://pbs.twimg.com/media/FiInauPWQAAtbWd.jpg +https://pbs.twimg.com/media/FiInauPWYAEF59D.jpg +https://pbs.twimg.com/media/FiEg2EJVUAA6uBm.jpg +https://pbs.twimg.com/media/FiEg6hBVUAAawaz.jpg +https://pbs.twimg.com/media/FiEg6iEVUAAmAcz.jpg +https://pbs.twimg.com/media/FiEg6iyUAAEKntN.jpg +https://pbs.twimg.com/media/Fh-AjXOaUAE2rMD.jpg +https://pbs.twimg.com/media/Fh-AjXOakAAR-RK.jpg +https://pbs.twimg.com/media/Fh-AjXPaYAI5jtK.jpg +https://pbs.twimg.com/media/Fh-AjXPaYAEmr4l.jpg +https://pbs.twimg.com/media/Fh2Yh5wWAAAfI1E.jpg +https://pbs.twimg.com/media/FhyKSSdXEAAmWLD.jpg +https://pbs.twimg.com/media/FhyKWTvXEAAxf-2.jpg +https://pbs.twimg.com/media/FhyKZ-CWYAcCCb7.jpg +https://pbs.twimg.com/media/Fhx0UaGWAAI23dH.jpg +https://pbs.twimg.com/media/Fhx0UaZWYAE1Gnk.jpg +https://pbs.twimg.com/media/Fhv-NePWIAIFj2w.jpg +https://pbs.twimg.com/media/Fhv-PIkXwAABap5.jpg +https://pbs.twimg.com/media/Fhv-P2YXwAERGk7.jpg +https://pbs.twimg.com/media/FhvqaAVVsAEoqyY.jpg +https://pbs.twimg.com/media/FhvqaAXVEAAUzEA.jpg +https://pbs.twimg.com/media/FhvqaAWVUAA06aB.jpg +https://pbs.twimg.com/media/FhvqaAWUoAAkqo4.jpg +https://pbs.twimg.com/media/FhvGeQCaEAAXivi.jpg +https://pbs.twimg.com/media/FhvGhdqaMAAOhPC.jpg +https://pbs.twimg.com/media/FhuWi31X0AEJGn9.jpg +https://pbs.twimg.com/media/FhtsME5X0AAI3l6.jpg +https://pbs.twimg.com/media/FhtsOfkXkAASjKl.jpg +https://pbs.twimg.com/media/FhtsQ-EWAAA3sM-.jpg +https://pbs.twimg.com/media/FhsQ79fWYAIGGVM.png +https://pbs.twimg.com/media/FhsU0kbX0AEbyEF.png +https://pbs.twimg.com/media/FhrnbOGXwAUru1B.jpg +https://pbs.twimg.com/media/FhrnbOFXEAAX75d.jpg +https://pbs.twimg.com/media/FhrnbN_XwAAIvO_.jpg +https://pbs.twimg.com/media/Dt-BqGOVsAAaK-p.jpg +https://pbs.twimg.com/media/Dt-Bqj2UUAAUVTC.jpg +https://pbs.twimg.com/media/Dt-BrDIVYAAuwPQ.jpg +https://pbs.twimg.com/media/Fhq3ZcFVsAAtJPM.jpg +https://pbs.twimg.com/media/FmVohMZWIAAOF_w.jpg +https://pbs.twimg.com/media/FmOeYGrXkAAMJT5.jpg +https://pbs.twimg.com/media/FmOeYGEWQAY6obN.jpg +https://pbs.twimg.com/media/FmEm5oFaYAE5WsY.jpg +https://pbs.twimg.com/media/FmEm7WhaMAAYzZI.jpg +https://pbs.twimg.com/media/FmEnCqeaEAAvyrl.jpg +https://pbs.twimg.com/media/FmEnEBwaUAAC1QS.jpg +https://pbs.twimg.com/media/FmHU-GZX0AEp1GK.jpg +https://pbs.twimg.com/media/FmGc-gjXEAAmDFr.jpg +https://pbs.twimg.com/media/FmDyjxQagAYc4Lx.jpg +https://pbs.twimg.com/media/FmDylU-aYAAS-mO.jpg +https://pbs.twimg.com/media/FmDymQsagAIkRh9.jpg +https://pbs.twimg.com/media/FmDynEIaYAA6jo9.jpg +https://pbs.twimg.com/media/FmCDlC7WYAUHd15.jpg +https://pbs.twimg.com/media/FmCDWC7WYAMay6k.jpg +https://pbs.twimg.com/media/FmCDfyyXwAAb1Kn.jpg +https://pbs.twimg.com/media/Fl0y-qAXgAErooJ.jpg +https://pbs.twimg.com/media/Fl0y-qAWQAMZuxL.jpg +https://pbs.twimg.com/media/Fl0y-qFWYAAvoee.jpg +https://pbs.twimg.com/media/FlexGGKaMAQDFHW.jpg +https://pbs.twimg.com/media/FlexG7oagAAVNMP.jpg +https://pbs.twimg.com/media/FlexIK2acAIZ_gV.jpg +https://pbs.twimg.com/media/FlexJDXaUAEj7ey.jpg +https://pbs.twimg.com/media/FlmUTMQXoAEoKzn.jpg +https://pbs.twimg.com/media/FlevUObagAIUIWc.jpg +https://pbs.twimg.com/media/FlevUyWakAEFYxN.jpg +https://pbs.twimg.com/media/FlevVcpakAAmReh.jpg +https://pbs.twimg.com/media/FlevWGiaYAIKdyt.jpg +https://pbs.twimg.com/media/FjkLNxJWYAEsQv2.png +https://pbs.twimg.com/media/Flfc1sWXEAEqaIg.jpg +https://pbs.twimg.com/media/Flfc1sdWIAYWc0Q.png +https://pbs.twimg.com/media/FlexrjTaEAYvhNP.jpg +https://pbs.twimg.com/media/Flextd3aMAEbKic.jpg +https://pbs.twimg.com/media/FlexuXbaMAACPlO.jpg +https://pbs.twimg.com/media/FlUYC4HXgAAIjc-.jpg +https://pbs.twimg.com/media/FlUYFwCX0AAu8xe.jpg +https://pbs.twimg.com/media/FlUYHRLXwAAIc5_.jpg +https://pbs.twimg.com/media/FlUYI4FX0AA4EJ2.jpg +https://pbs.twimg.com/media/FlPxQqKWYAAInHu.jpg +https://pbs.twimg.com/media/FlPxScMWAAYI3kG.jpg +https://pbs.twimg.com/media/FlPxVY1WIAMaKUF.jpg +https://pbs.twimg.com/media/FlPwwtXWYAAQx8a.jpg +https://pbs.twimg.com/media/FlPwyO9WAAIJRf2.jpg +https://pbs.twimg.com/media/FlPw0KjX0AAtfZ4.jpg +https://pbs.twimg.com/media/FlPw2ssWIAEQXnQ.jpg +https://pbs.twimg.com/media/FlPwdhVXEAAYiHv.jpg +https://pbs.twimg.com/media/FlPwgIdXgAY-4Y-.jpg +https://pbs.twimg.com/media/FlPwiYRWAAEHyl3.jpg +https://pbs.twimg.com/media/FlJHHXwWYAArpzk.jpg +https://pbs.twimg.com/media/FlIWksZWQAAJa69.jpg +https://pbs.twimg.com/media/FlIWktDWYAATo4S.jpg +https://pbs.twimg.com/media/FlIWks7WYAAPCJQ.jpg +https://pbs.twimg.com/media/FlF8JNjaMAEMlMK.jpg +https://pbs.twimg.com/media/FlF8LIAacAAf5gO.jpg +https://pbs.twimg.com/media/FlF8Mn6aYAAVtQ4.jpg +https://pbs.twimg.com/media/FlF8OB8aMAEIq5D.jpg +https://pbs.twimg.com/media/FlFiVdXWYAIZSfS.jpg +https://pbs.twimg.com/media/FlFicRhXEAEw5Gv.jpg +https://pbs.twimg.com/media/FlFil4uXEAIFh32.jpg +https://pbs.twimg.com/media/Fk2oLzOaAAAfNRy.jpg +https://pbs.twimg.com/media/Fk1Cw0-aUAEwxAo.jpg +https://pbs.twimg.com/media/Fk1CycoaEAYJPFC.jpg +https://pbs.twimg.com/media/Fk1Cz2SakAASoP2.jpg +https://pbs.twimg.com/media/Fk1C02TacAQkSOI.jpg +https://pbs.twimg.com/media/Fkv19U2X0AAIsCo.jpg +https://pbs.twimg.com/media/Fkv19UyWIAAvS36.jpg +https://pbs.twimg.com/media/FkWp1vZWQAMRT3d.jpg +https://pbs.twimg.com/media/FkWp1wdWIAMon5-.jpg +https://pbs.twimg.com/media/FkfWMaMWQAgNBbr.jpg +https://pbs.twimg.com/media/FkfWMaOXkAcymk2.jpg +https://pbs.twimg.com/media/FkfWMaPWIAAjup_.jpg +https://pbs.twimg.com/media/FkaKSjSWAAAqJ6j.jpg +https://pbs.twimg.com/media/FkWpCv0WIAIhljB.jpg +https://pbs.twimg.com/media/FkWpCv3XEAEL0kb.jpg +https://pbs.twimg.com/media/FkRjasRWYAEtGeK.jpg +https://pbs.twimg.com/media/FkC2NtCVEAEpr5X.jpg +https://pbs.twimg.com/media/FkC2PNCVsAE1Kfc.jpg +https://pbs.twimg.com/media/FkC2QnFUYAAzR1G.jpg +https://pbs.twimg.com/media/FkCQiS5WQAIe2M-.jpg +https://pbs.twimg.com/media/FkBOQnoXEAAJE2Q.jpg +https://pbs.twimg.com/media/FjzhptjWAAANbeC.jpg +https://pbs.twimg.com/media/Fjzhsi9XEAADfen.jpg +https://pbs.twimg.com/media/FjzhxseX0AE3zQq.jpg +https://pbs.twimg.com/media/FjjJB9yaAAIQSEO.png +https://pbs.twimg.com/media/FjjJB9vacAA-3kW.png +https://pbs.twimg.com/media/FjeL7cLVUAIA8m6.jpg +https://pbs.twimg.com/media/FjeL8GIVIAE1grZ.jpg +https://pbs.twimg.com/media/FjeL8yHUcAARA6z.jpg +https://pbs.twimg.com/media/FjeL9ZEVIAAUV6R.jpg +https://pbs.twimg.com/media/Fjdpc1EXEAsh2Ji.jpg +https://pbs.twimg.com/media/FjdpswOWQAIEDD_.jpg +https://pbs.twimg.com/media/FjdAsA_UcAACjOr.jpg +https://pbs.twimg.com/media/FjQWizWVQAEcsgu.jpg +https://pbs.twimg.com/media/FjQWlmNVsAAeh3y.jpg +https://pbs.twimg.com/media/FjQWm6_VQAICt-8.jpg +https://pbs.twimg.com/media/FjTLjDAWYAAw41Z.jpg +https://pbs.twimg.com/media/FjOjZJCWAAAGZbZ.jpg +https://pbs.twimg.com/media/FjOix6hXEAIpJYg.jpg +https://pbs.twimg.com/media/Fi-XqJuVQAAR3gh.jpg +https://pbs.twimg.com/media/Fi-XqaiVUAAJDpQ.jpg +https://pbs.twimg.com/media/Fi-Xqq8UUAAj7_Q.jpg +https://pbs.twimg.com/media/Fi-Xq7_VsAAb3Wq.jpg +https://pbs.twimg.com/media/Fi7obZGVQAEm5Xn.jpg +https://pbs.twimg.com/media/Fi5svzlaUAA3P7C.jpg +https://pbs.twimg.com/media/Fi5swBpagAAaAj8.jpg +https://pbs.twimg.com/media/Fi5swUKaEAEsUY-.jpg +https://pbs.twimg.com/media/Fi5swmAakAA48ZM.jpg +https://pbs.twimg.com/media/Fi5H9A7XgAI4AyW.jpg +https://pbs.twimg.com/media/Fi1lWQlXEBQrGZk.jpg +https://pbs.twimg.com/media/FizvbB9aEAE2qEZ.jpg +https://pbs.twimg.com/media/FizvbZkaYAAzfqe.jpg +https://pbs.twimg.com/media/Fizvbo_aAAAkXC4.jpg +https://pbs.twimg.com/media/Fiv9p4cVEAA-JKX.jpg +https://pbs.twimg.com/media/Fiv9rJ6UUAEUzvB.jpg +https://pbs.twimg.com/media/Fiv9scRVUAABSvx.jpg +https://pbs.twimg.com/media/Fir1SavWAAEUlMz.jpg +https://pbs.twimg.com/media/Fir1SbRXEAAwOYF.jpg +https://pbs.twimg.com/media/Fir1Sb2XwAI4SwY.jpg +https://pbs.twimg.com/media/Fir1SdIX0AAoveu.jpg +https://pbs.twimg.com/media/Fiqe5w2XgAIHIPF.jpg +https://pbs.twimg.com/media/Fiqe5njX0AA379G.jpg +https://pbs.twimg.com/media/FinMk_NVsAEkB4B.jpg +https://pbs.twimg.com/media/FinMnX_VUAEGvK7.jpg +https://pbs.twimg.com/media/FinMqpvVsAA8txH.jpg +https://pbs.twimg.com/media/FinMtiuUUAAP-ve.png +https://pbs.twimg.com/media/FiiJRHtXoAIgwMx.jpg +https://pbs.twimg.com/media/FiefRJ3WQAElBQG.jpg +https://pbs.twimg.com/media/FicVpRcVUAABJ6u.jpg +https://pbs.twimg.com/media/FiHuZ8fVEAAy6AS.jpg +https://pbs.twimg.com/media/FiHuazvUUAAim1f.jpg +https://pbs.twimg.com/media/FiHubkIUYAAbOaS.jpg +https://pbs.twimg.com/media/FiRe4z6XEAAmrXY.jpg +https://pbs.twimg.com/media/FiRfDp7XwAAJIAj.jpg +https://pbs.twimg.com/media/FiQ-FhvX0AAqWFj.jpg +https://pbs.twimg.com/media/FiQ-IB_XwAAT27X.jpg +https://pbs.twimg.com/media/FiQ-JlJX0AA4GHB.jpg +https://pbs.twimg.com/media/FiQ-LDvWAAAD6eu.jpg +https://pbs.twimg.com/media/FiHpWm0VEAAERj6.jpg +https://pbs.twimg.com/media/FiHpXSFUAAAn18X.jpg +https://pbs.twimg.com/media/FiHpX6QVEAAQ5UR.jpg +https://pbs.twimg.com/media/FiHpYmwVIAAn2oq.jpg +https://pbs.twimg.com/media/FiNHvjHX0AAyWU3.jpg +https://pbs.twimg.com/media/FiNHvc-XgAE8fmH.jpg +https://pbs.twimg.com/media/FiHoJuhUUAAB90F.jpg +https://pbs.twimg.com/media/FiLm1oQX0AAsOj1.jpg +https://pbs.twimg.com/media/FiLm3hxXgAAowAj.jpg +https://pbs.twimg.com/media/FiLm5DAXwAA5VNY.jpg +https://pbs.twimg.com/media/FiLm6crXgAIK1OW.jpg +https://pbs.twimg.com/media/FiLmYUEWIAQGkGn.jpg +https://pbs.twimg.com/media/FiLmbEYXoAAlRgF.jpg +https://pbs.twimg.com/media/FiLmcruXkAIF2-6.jpg +https://pbs.twimg.com/media/FiLmeZBWIAIMnHU.jpg +https://pbs.twimg.com/media/FiHq_cbVQAE3vch.jpg +https://pbs.twimg.com/media/FiHr-KHVQAAeFsY.jpg +https://pbs.twimg.com/media/FiHr_DbUoAEf0F7.jpg +https://pbs.twimg.com/media/FiK9I-nWYAAk6CC.jpg +https://pbs.twimg.com/media/FiK85vVWYAAs30A.jpg +https://pbs.twimg.com/media/FiHjB7UWIAk_Yg0.jpg +https://pbs.twimg.com/media/FiHjEMoWIAwjF4h.jpg +https://pbs.twimg.com/media/FiHjFt2WIAY7UXu.jpg +https://pbs.twimg.com/media/FiHjHO6WIAAo9_8.jpg +https://pbs.twimg.com/media/FiHhx7MWQAAjLzd.jpg +https://pbs.twimg.com/media/FiHh1UfXoAACic8.jpg +https://pbs.twimg.com/media/FiHh6WaWICMXJYx.jpg +https://pbs.twimg.com/media/FiHh8q5WIAkmfKq.jpg +https://pbs.twimg.com/media/FiHEIjWWAAAq9_4.jpg +https://pbs.twimg.com/media/FiHEK9EXEA4-j16.jpg +https://pbs.twimg.com/media/FiHEM2zXwAIpDMl.jpg +https://pbs.twimg.com/media/FiHERuQWAAAyYFJ.jpg +https://pbs.twimg.com/media/FiHAig_WIAc8X1d.jpg +https://pbs.twimg.com/media/FiHAkKUXEAQMVnI.jpg +https://pbs.twimg.com/media/FiHAlwTXEAEAKiq.jpg +https://pbs.twimg.com/media/FiFxPh8WIAExPDo.jpg +https://pbs.twimg.com/media/FiFwoSFWYAETYRj.jpg +https://pbs.twimg.com/media/FiBRC4SXEAEpSRE.jpg +https://pbs.twimg.com/media/Fh25TatWYAArM-Q.jpg +https://pbs.twimg.com/media/Fh25UQqWYAA6YE5.jpg +https://pbs.twimg.com/media/Fh25VNkX0AEzCOU.jpg +https://pbs.twimg.com/media/Fh25WDRWAAE_3gA.jpg +https://pbs.twimg.com/media/Fhzzda0UUAAGv4h.jpg +https://pbs.twimg.com/media/FhzzerPVEAAx-gR.jpg +https://pbs.twimg.com/media/FhzzfwlVIAAQ4GY.jpg +https://pbs.twimg.com/media/Fhzzg58VEAIioB2.jpg +https://pbs.twimg.com/media/Fhu6AOwUcAAKGFK.jpg +https://pbs.twimg.com/media/FhwpAS-WAAANW7-.jpg +https://pbs.twimg.com/media/FhuWAgcXgAAPitI.jpg +https://pbs.twimg.com/media/FhuWAgaXoAgjnuC.jpg +https://pbs.twimg.com/media/FhuAgyqWIAAel84.jpg +https://pbs.twimg.com/media/FhUsUSoVUAAVWvD.jpg +https://pbs.twimg.com/media/FhUsaj2UAAAWWmj.jpg +https://pbs.twimg.com/media/FhUsbPBUUAA9-uw.jpg +https://pbs.twimg.com/media/FhUsb8IUAAAGvn7.jpg +https://pbs.twimg.com/media/FhrosULWIAALPvL.jpg +https://pbs.twimg.com/media/FmjLnCMXwAA1FwV.jpg +https://pbs.twimg.com/media/FmjLq8MXEAIIKCa.jpg +https://pbs.twimg.com/media/FmjLsoDXEAAqdha.jpg +https://pbs.twimg.com/media/FmjNTVQXkAEoyHj.jpg +https://pbs.twimg.com/media/FmewBQMWQAEMFgI.jpg +https://pbs.twimg.com/media/FmbzoPfWYAIltBI.jpg +https://pbs.twimg.com/media/FmbATmZXEAAVIv3.jpg +https://pbs.twimg.com/media/FmbAUl5XkAABcBd.jpg +https://pbs.twimg.com/media/FmbAVQ4WAAEkpNj.jpg +https://pbs.twimg.com/media/FmbAV9kWYAIQJGE.jpg +https://pbs.twimg.com/media/FmWOk5OXwAAZuuI.jpg +https://pbs.twimg.com/media/FmWOk5PWQAA9_8C.jpg +https://pbs.twimg.com/media/FmWOk5SXkAElCf5.jpg +https://pbs.twimg.com/media/FmSikicWABMfIvx.jpg +https://pbs.twimg.com/media/EDvnSwsUUAAXC_d.jpg +https://pbs.twimg.com/media/EDvnSwsU0AAIFnW.jpg +https://pbs.twimg.com/media/EDvnSwwUEAA_rlj.jpg +https://pbs.twimg.com/media/EDvnSwyUcAA8WAh.jpg +https://pbs.twimg.com/media/FmHYdSfX0AIvGhm.jpg +https://pbs.twimg.com/media/FmHYdSgWAAADoOh.jpg +https://pbs.twimg.com/media/Fl4yQO_WIAAHhTm.jpg +https://pbs.twimg.com/media/Fl4fg9JWYAMAZ-H.jpg +https://pbs.twimg.com/media/Fl4fg9JXEAAF3A0.jpg +https://pbs.twimg.com/media/Fl4fg9KWQAAce69.jpg +https://pbs.twimg.com/media/Fl3ibtbX0AEvN5e.jpg +https://pbs.twimg.com/media/FlewMPJaAAI3ZJZ.jpg +https://pbs.twimg.com/media/FlewNU7agAAaOjO.jpg +https://pbs.twimg.com/media/FlewOOVaYAAmGjg.jpg +https://pbs.twimg.com/media/FlewO1maMAAltvJ.jpg +https://pbs.twimg.com/media/FlUicDOWQAkJjB5.jpg +https://pbs.twimg.com/media/FlUicDLXoAIjBK1.jpg +https://pbs.twimg.com/media/FlUicDNWIB8d5X4.jpg +https://pbs.twimg.com/media/FlUicDOWYAY6NCu.jpg +https://pbs.twimg.com/media/FlPMlY8aAAA-HqE.jpg +https://pbs.twimg.com/media/FlPMmQeaMAEbgXX.jpg +https://pbs.twimg.com/media/FlPMmwKaUAAHBe8.jpg +https://pbs.twimg.com/media/FlPMnRuaUAEPQwb.jpg +https://pbs.twimg.com/media/FlK3jMxagAAeUMD.jpg +https://pbs.twimg.com/media/FlK3nPEaMAAgUSU.jpg +https://pbs.twimg.com/media/FlK3nPzagAENUVR.jpg +https://pbs.twimg.com/media/FlGtOaZWAAYdsrq.jpg +https://pbs.twimg.com/media/Fk8AF-fX0AQEpv-.jpg +https://pbs.twimg.com/media/Fk8AF-fWQAAOXIU.jpg +https://pbs.twimg.com/media/Fk8AF-eXEAYn1Dj.jpg +https://pbs.twimg.com/media/Fk8AF-fXwAEYEkQ.jpg +https://pbs.twimg.com/media/Fkptn8-WAAESRHb.jpg +https://pbs.twimg.com/media/FkirHIuWAAAApa_.jpg +https://pbs.twimg.com/media/FkirHIvWIAA4pzQ.jpg +https://pbs.twimg.com/media/FkbX5PrXoAInZs3.jpg +https://pbs.twimg.com/media/FkbX70AXkAQArVk.jpg +https://pbs.twimg.com/media/FkbYEWfWYAA9kUB.jpg +https://pbs.twimg.com/media/FkbZPZXXkAEYgne.jpg +https://pbs.twimg.com/media/Fkaic0ZWQAIRFhV.jpg +https://pbs.twimg.com/media/Fkaic0aXgAEbo4F.jpg +https://pbs.twimg.com/media/D3Xl4yGUIAArs37.jpg +https://pbs.twimg.com/media/D3Xl5bPUUAIZ2wf.jpg +https://pbs.twimg.com/media/D3Xl6HCU0AAT8Kq.jpg +https://pbs.twimg.com/media/FkP91SoWAAI907G.jpg +https://pbs.twimg.com/media/FkJz2PfXoAAlj8E.jpg +https://pbs.twimg.com/media/FkBeTMrXEAkMYJp.jpg +https://pbs.twimg.com/media/Fj-JWYwWQAQLVQW.jpg +https://pbs.twimg.com/media/Fj-Kz2OWAAAZFfT.jpg +https://pbs.twimg.com/media/Fj-Kz2IWYAI6Co1.jpg +https://pbs.twimg.com/media/Fj9-bafWIAEd1y_.jpg +https://pbs.twimg.com/media/Fj4h9yeWYAAJ8kU.jpg +https://pbs.twimg.com/media/Fj4iARZWIAEsy57.jpg +https://pbs.twimg.com/media/Fj4iARoWIAARHBv.jpg +https://pbs.twimg.com/media/Fj4ZBbxWQAEjVKe.jpg +https://pbs.twimg.com/media/Fj4ZBbyX0AESrB5.jpg +https://pbs.twimg.com/media/Fj4D_LYWQAERKmX.jpg +https://pbs.twimg.com/media/Fj4D_LZWQAYkYPY.jpg +https://pbs.twimg.com/media/Fj3kMpdXkAIpAgo.jpg +https://pbs.twimg.com/media/Fj3iSNQX0AELGyB.jpg +https://pbs.twimg.com/media/Fj3iSNVXkAA_L59.jpg +https://pbs.twimg.com/media/Fj2usDCWQAgnWEo.jpg +https://pbs.twimg.com/media/Fj2usEiXEAAHWC7.jpg +https://pbs.twimg.com/media/Fj1HTduXwAIT6gD.jpg +https://pbs.twimg.com/media/Fj1B3noXoAIBpvp.jpg +https://pbs.twimg.com/media/FjoyyYrUYAAWJZp.jpg +https://pbs.twimg.com/media/FjoyzG2UAAAkMbW.jpg +https://pbs.twimg.com/media/Fjoy0Z7UUAA8ZyB.jpg +https://pbs.twimg.com/media/FjlqOnUXoAAoV6d.jpg +https://pbs.twimg.com/media/Dz_NSK6UcAAGLbY.jpg +https://pbs.twimg.com/media/Dz_NSyhU8AE3UM5.jpg +https://pbs.twimg.com/media/Dz_NTXpU8AEeKNq.jpg +https://pbs.twimg.com/media/Dz_NTuxVsAAZtOY.jpg +https://pbs.twimg.com/media/Fjajb-sWYAYaJhM.jpg +https://pbs.twimg.com/media/FjZuBjbWYAAMWgO.jpg +https://pbs.twimg.com/media/FjYwNgVXEAE8Q4l.jpg +https://pbs.twimg.com/media/FjVc98rX0AAIZno.jpg +https://pbs.twimg.com/media/FjQKLb7X0AArAc3.jpg +https://pbs.twimg.com/media/FjORZSaXEAE46iw.jpg +https://pbs.twimg.com/media/FjOR0ALWYAIdFo_.jpg +https://pbs.twimg.com/media/Fi5kckfXoAI-Coo.jpg +https://pbs.twimg.com/media/FiyZLw1XEAAwieu.jpg +https://pbs.twimg.com/media/Fitn7p7VEAArrCk.jpg +https://pbs.twimg.com/media/Fitn9IDUAAEpE2u.jpg +https://pbs.twimg.com/media/Fitn-d5UcAAuDz6.jpg +https://pbs.twimg.com/media/FilLYYOXEAIwQxK.jpg +https://pbs.twimg.com/media/FilLJTXXkAglQoq.jpg +https://pbs.twimg.com/media/FilXjxfXgAATuTb.jpg +https://pbs.twimg.com/media/FiVwHLPWIAgJKeH.jpg +https://pbs.twimg.com/media/FiVwIKLWIAQa2vC.jpg +https://pbs.twimg.com/media/FiVwJccXkAEHGfC.jpg +https://pbs.twimg.com/media/FiUO4gdVIAAn8d9.jpg +https://pbs.twimg.com/media/FiUO5ryUcAArpob.jpg +https://pbs.twimg.com/media/FiUO7N1UUAACh0D.jpg +https://pbs.twimg.com/media/FiUO8dHUYAE0S1N.jpg +https://pbs.twimg.com/media/FiRZ9jRXEAUo7gF.jpg +https://pbs.twimg.com/media/FiRZ9jgX0AAOoYg.jpg +https://pbs.twimg.com/media/FiRZ9kXXEAcv2wD.jpg +https://pbs.twimg.com/media/FiRZ9k6XwAMKZLT.jpg +https://pbs.twimg.com/media/Dv0DeS1V4AAP1RS.jpg +https://pbs.twimg.com/media/Dv0DvfiVAAI5tlb.jpg +https://pbs.twimg.com/media/Dv0FT62V4AA7vlU.jpg +https://pbs.twimg.com/media/Dv0FdEXUcAAyYs5.jpg +https://pbs.twimg.com/media/Fh-DYBAXwAMyDN2.jpg +https://pbs.twimg.com/media/Fh982xUWIAAivMq.jpg +https://pbs.twimg.com/media/Fh986s9XoAIpHaS.jpg +https://pbs.twimg.com/media/Fh98-DOWIAAWb3P.jpg +https://pbs.twimg.com/media/Fh2PzaAWAAEKmar.jpg +https://pbs.twimg.com/media/Fh2PzaEWAAQ1_GG.jpg +https://pbs.twimg.com/media/Fh2JtaQWQAQ1Pqy.jpg +https://pbs.twimg.com/media/Fh2JtaSXoAAbRN4.jpg +https://pbs.twimg.com/media/Fh2CSLHXgAAaj-g.jpg +https://pbs.twimg.com/media/FhzR2jQXgAAX90b.png +https://pbs.twimg.com/media/Fhyzq4RX0AQAW-S.jpg +https://pbs.twimg.com/media/Fhyzq4QXwAEWbvW.jpg +https://pbs.twimg.com/media/FhwrGU6XEAELfa0.jpg +https://pbs.twimg.com/media/FhwrGU7X0AAxtqS.jpg +https://pbs.twimg.com/media/Fhr83ZLXgAEO0w4.jpg +https://pbs.twimg.com/media/Fmhx1_3XoAAWJTX.jpg +https://pbs.twimg.com/media/Fmhx2AtXEAcPYc0.jpg +https://pbs.twimg.com/media/Fmhx2DGWQAAb-Tr.jpg +https://pbs.twimg.com/media/Fmhx2FFXwAEK4Dw.jpg +https://pbs.twimg.com/media/Fmhv7wzX0AALi58.jpg +https://pbs.twimg.com/media/Fmhv7wyXwAsPxec.jpg +https://pbs.twimg.com/media/Fmhv7xrXoAErkcU.jpg +https://pbs.twimg.com/media/Fmhv7zwXwAQ0h9P.jpg +https://pbs.twimg.com/media/FmhuOKvWIAEcCGt.jpg +https://pbs.twimg.com/media/FmhuOKqWIAMg62E.jpg +https://pbs.twimg.com/media/FmhuOK9XkAItXl1.jpg +https://pbs.twimg.com/media/FmhuONoWYAEwV7u.jpg +https://pbs.twimg.com/media/FmhPUNrX0AARJz-.jpg +https://pbs.twimg.com/media/FmaDMQYXgAIRpY5.jpg +https://pbs.twimg.com/media/FmYlyGYakAEy5St.jpg +https://pbs.twimg.com/media/FmYlyGYaMAAVucP.jpg +https://pbs.twimg.com/media/FmYlyGmaAAAgDhw.jpg +https://pbs.twimg.com/media/FmYlyHOaYAAn7gi.jpg +https://pbs.twimg.com/media/FmXbcuPXoAIUjae.jpg +https://pbs.twimg.com/media/FmXbdMPXgAAHYbu.jpg +https://pbs.twimg.com/media/FmXbd9bXoAAkh37.jpg +https://pbs.twimg.com/media/FmSXla4XkA0mKl-.jpg +https://pbs.twimg.com/media/FmOQfoZXwAATAOQ.png +https://pbs.twimg.com/media/FmCqYLkXgAYaXNH.jpg +https://pbs.twimg.com/media/FmCqYL9XgAA5DHZ.jpg +https://pbs.twimg.com/media/FmCqYL9WIAAFBjs.jpg +https://pbs.twimg.com/media/EDL39j8VUAEv0Ne.jpg +https://pbs.twimg.com/media/EDL39kCUcAA2fZT.jpg +https://pbs.twimg.com/media/EDL39j8UYAUs4Td.jpg +https://pbs.twimg.com/media/EDL39kBUYAEAOKd.jpg +https://pbs.twimg.com/media/EDGkyunUUAAf8bt.jpg +https://pbs.twimg.com/media/EDGkyuoVUAADcHx.jpg +https://pbs.twimg.com/media/EDGkyunU4AIbs-s.jpg +https://pbs.twimg.com/media/Fl2ChOwWYAYJm44.jpg +https://pbs.twimg.com/media/Fl0srh-WAAIAxcb.jpg +https://pbs.twimg.com/media/Fl0cbqYX0AA65ey.jpg +https://pbs.twimg.com/media/Fl0cbqUWIAAiufD.jpg +https://pbs.twimg.com/media/Fl0cbqTX0Ao4JOZ.jpg +https://pbs.twimg.com/media/Fl0cbqSX0A0K6I-.jpg +https://pbs.twimg.com/media/Fl0QCtAWIBIjFA3.jpg +https://pbs.twimg.com/media/Fl0QQYEWAAASk1b.jpg +https://pbs.twimg.com/media/Fl0QafgX0AA2AN9.png +https://pbs.twimg.com/media/FlzPdevacAAjuDZ.jpg +https://pbs.twimg.com/media/FlqdtR2aMAka0ui.jpg +https://pbs.twimg.com/media/FlqdtR3aMAYZDbl.jpg +https://pbs.twimg.com/media/Fljs20AakAYRxLl.jpg +https://pbs.twimg.com/media/Fljs3rGacAEZrUi.jpg +https://pbs.twimg.com/media/Fljs4i6agAAXSDt.jpg +https://pbs.twimg.com/media/FlgYkbBXgAIEX5M.jpg +https://pbs.twimg.com/media/FlfEQkZWIAU-aGv.jpg +https://pbs.twimg.com/media/FleepJ2XoAEpfyO.jpg +https://pbs.twimg.com/media/Fleeqf4XEAA9NSN.jpg +https://pbs.twimg.com/media/FleesdzWYAAezH5.jpg +https://pbs.twimg.com/media/FleeuPmXwAEzXNy.jpg +https://pbs.twimg.com/media/Flb47PSXEAI-iv6.jpg +https://pbs.twimg.com/media/FlWkDCXWAAQNv27.jpg +https://pbs.twimg.com/media/FilnnouWIAAwMER.jpg +https://pbs.twimg.com/media/FilnnouXEAIXmm5.jpg +https://pbs.twimg.com/media/FlHq21CacAA-l5H.jpg +https://pbs.twimg.com/media/FlFvFzIakAA7t49.jpg +https://pbs.twimg.com/media/FlFvHnvaMAACqID.jpg +https://pbs.twimg.com/media/FlFvHpVaUAAFOVS.jpg +https://pbs.twimg.com/media/FlEXnXBWYAU5CvH.jpg +https://pbs.twimg.com/media/FlBI06yWQAEdYO2.jpg +https://pbs.twimg.com/media/FlBI06wXEAEyQFT.jpg +https://pbs.twimg.com/media/FlBI06yXwAElULu.jpg +https://pbs.twimg.com/media/Fk6vj0WWIAIZoO7.jpg +https://pbs.twimg.com/media/FkypO5GWYAAdpWj.jpg +https://pbs.twimg.com/media/FktAJqLUcAAiSN9.jpg +https://pbs.twimg.com/media/FktAJtFVsAAWnmR.jpg +https://pbs.twimg.com/media/FktANCoUUAAra3o.jpg +https://pbs.twimg.com/media/FktAJw7UAAAxcGV.jpg +https://pbs.twimg.com/media/FknKCxwWIBgqadC.jpg +https://pbs.twimg.com/media/FknKCxyX0AARbjj.jpg +https://pbs.twimg.com/media/FknKCyKWIBUsrMl.jpg +https://pbs.twimg.com/media/FknKBnrWIAQTbJw.jpg +https://pbs.twimg.com/media/FkmGUiEXEAEhjZ-.jpg +https://pbs.twimg.com/media/Fkbr0LHX0AE2f6T.jpg +https://pbs.twimg.com/media/FkbqvC2WAAEkEXD.jpg +https://pbs.twimg.com/media/FkbqvC7WYAAKkwC.jpg +https://pbs.twimg.com/media/FkXlO2DUYAEGuNw.jpg +https://pbs.twimg.com/media/FkWQ1GqWIAAljgb.jpg +https://pbs.twimg.com/media/FkRgVFoXoAAJgYe.jpg +https://pbs.twimg.com/media/FkRgVFoWYAkaJdR.jpg +https://pbs.twimg.com/media/FkRGSTnWYA8RFyr.jpg +https://pbs.twimg.com/media/FkRGSTpXoAQlV50.jpg +https://pbs.twimg.com/media/FkRGSTpXwAAK6-V.png +https://pbs.twimg.com/media/FkRGSTpXkAAOao6.jpg +https://pbs.twimg.com/media/FkJa71GUoAABfaX.jpg +https://pbs.twimg.com/media/FkHhAEgWAAAplmA.jpg +https://pbs.twimg.com/media/FkFeekMXoAAN_z6.jpg +https://pbs.twimg.com/media/FkCt0R0XEBYCQj-.jpg +https://pbs.twimg.com/media/Fj47kMeWQAEO31G.jpg +https://pbs.twimg.com/media/Fj47mRnXEAsm8ox.jpg +https://pbs.twimg.com/media/Fj47olRWIAQEAru.jpg +https://pbs.twimg.com/media/Fj47q4xXkAEI_04.jpg +https://pbs.twimg.com/media/FjjIH8SVUAAxGGi.jpg +https://pbs.twimg.com/media/FjjIH8RUcAAAa-h.jpg +https://pbs.twimg.com/media/FjjIH8SUYAAwJiB.jpg +https://pbs.twimg.com/media/FjjIH8UVEAUc7ze.jpg +https://pbs.twimg.com/media/FjhfSPlXgAA0Giy.jpg +https://pbs.twimg.com/media/FjfbS2ZXoAInKqo.jpg +https://pbs.twimg.com/media/FjfbVeQX0AAr6K5.jpg +https://pbs.twimg.com/media/FjfbYM2XEAA5D9n.jpg +https://pbs.twimg.com/media/Fjcror-X0AEJcPq.jpg +https://pbs.twimg.com/media/FjcrotFWAAA03Au.jpg +https://pbs.twimg.com/media/FjUmcmaXoAAXE_D.jpg +https://pbs.twimg.com/media/FjUmcmHXkAAnf3X.jpg +https://pbs.twimg.com/media/FjUmcmeXEAwJZY9.jpg +https://pbs.twimg.com/media/FjUmcmfXECA1Dd6.jpg +https://pbs.twimg.com/media/FjOFSc2XoAAp3Sq.png +https://pbs.twimg.com/media/FjOFSc1XkAYDpzk.png +https://pbs.twimg.com/media/FjOFSeMWIAEw542.png +https://pbs.twimg.com/media/FjODt8PWYAEvGIS.jpg +https://pbs.twimg.com/media/FjJ-h3DWYAAVLGY.jpg +https://pbs.twimg.com/media/FjJ-h3IXEAE55W0.jpg +https://pbs.twimg.com/media/FjJyv6yWYAITGUI.jpg +https://pbs.twimg.com/media/FjBp8xlXoAEVTny.jpg +https://pbs.twimg.com/media/FjA8zcNWYAIFlb0.jpg +https://pbs.twimg.com/media/Fi_AR7UUoAEeNs2.jpg +https://pbs.twimg.com/media/Fi-_-PQXEAApJJj.jpg +https://pbs.twimg.com/media/Fi_ADaKX0AAHC0-.jpg +https://pbs.twimg.com/media/Fi_AG3-XkAE8OWD.jpg +https://pbs.twimg.com/media/Fi7tQJQXwAAtpPa.png +https://pbs.twimg.com/media/Fi7tSsgXEAMoEDf.png +https://pbs.twimg.com/media/Fi7eAhFXEAMr2Pn.jpg +https://pbs.twimg.com/media/Fi6QO5aUAAEWgMX.jpg +https://pbs.twimg.com/media/Fi6QO5cUoAAzPu5.jpg +https://pbs.twimg.com/media/Fi6QO5aUcAA5KHU.jpg +https://pbs.twimg.com/media/Fi6CJW_WIAU9ITZ.jpg +https://pbs.twimg.com/media/Fi5JWY3X0AMHoUr.jpg +https://pbs.twimg.com/media/Fi5JWjbWIAEnPyV.jpg +https://pbs.twimg.com/media/Fi5JWuIXkAEs9yM.jpg +https://pbs.twimg.com/media/Fi5JW6DXwAEkWwj.jpg +https://pbs.twimg.com/media/FixUjx4XwAAXamK.jpg +https://pbs.twimg.com/media/FiwLmOXXEAE-3o1.jpg +https://pbs.twimg.com/media/Fis6GhGXEAAMNDD.jpg +https://pbs.twimg.com/media/Dy3xQ-kU8AAcPxj.jpg +https://pbs.twimg.com/media/Dy3xReOUcAEsYU9.jpg +https://pbs.twimg.com/media/Dy3xdeMVYAAkoF6.jpg +https://pbs.twimg.com/media/FiqU-j8VQAEfJwY.jpg +https://pbs.twimg.com/media/FicgCe0UUAASN8C.jpg +https://pbs.twimg.com/media/FicgER3VQAAiKBS.jpg +https://pbs.twimg.com/media/FicgFsiVEAI6p_x.jpg +https://pbs.twimg.com/media/FipdZjzXoAAKhas.jpg +https://pbs.twimg.com/media/FikvNYGXwAIYyDO.jpg +https://pbs.twimg.com/media/FikvNYMWAAg6hJD.jpg +https://pbs.twimg.com/media/FikvNYGWYAExkT9.jpg +https://pbs.twimg.com/media/FikvNYFXgAI5RgJ.jpg +https://pbs.twimg.com/media/FidpyiqWYAAtv3R.jpg +https://pbs.twimg.com/media/Fibkz2fUYAAd4gE.jpg +https://pbs.twimg.com/media/Fibkz2cVsAAuGJO.jpg +https://pbs.twimg.com/media/FiSOLBBX0AY7MMa.jpg +https://pbs.twimg.com/media/FiSOLBDWQAE9hVb.jpg +https://pbs.twimg.com/media/FiSOLBIWYAIwYmo.jpg +https://pbs.twimg.com/media/FiSOLBCXgAAbnez.jpg +https://pbs.twimg.com/media/DxuUrJvU8AAX_1V.jpg +https://pbs.twimg.com/media/DxuUrh-UwAEGJq0.jpg +https://pbs.twimg.com/media/DxuUr7AVYAA6nyk.jpg +https://pbs.twimg.com/media/Fh9LwteXkAISaxO.jpg +https://pbs.twimg.com/media/Fh1ZEfaXgAAxKj_.jpg +https://pbs.twimg.com/media/FhyG5KhWQAAdazP.jpg +https://pbs.twimg.com/media/FhyG5KdXEAg2ZJP.jpg +https://pbs.twimg.com/media/FhyG5KgX0AEoBRp.jpg +https://pbs.twimg.com/media/FhyG5KiX0AE2cDm.jpg +https://pbs.twimg.com/media/FhxcZM9UoAItO7-.jpg +https://pbs.twimg.com/media/Fl4xHf-aYAEHzfi.jpg +https://pbs.twimg.com/media/FlzPdevacAAjuDZ.jpg +https://pbs.twimg.com/media/FlinFH1WAAArAUt.jpg +https://pbs.twimg.com/media/FlinFz0XkAArZPV.jpg +https://pbs.twimg.com/media/FlinGUNWYAAshpa.jpg +https://pbs.twimg.com/media/FlinG3qXkAI1uTN.jpg +https://pbs.twimg.com/media/FlIFz15X0AAwqbn.jpg +https://pbs.twimg.com/media/Fkvp2BGWQAEIjZq.jpg +https://pbs.twimg.com/media/FkCiCH4XgAIkmV9.jpg +https://pbs.twimg.com/media/FjjcFllXkAIR2Ck.jpg +https://pbs.twimg.com/media/FjjcF8eXwAAoWOT.jpg +https://pbs.twimg.com/media/Fiy5a1HVQAAoFR8.jpg +https://pbs.twimg.com/media/Fiy5cjmUcAAGqss.jpg +https://pbs.twimg.com/media/FivT8K7VIAAgqrY.jpg +https://pbs.twimg.com/media/FivT8WzVQAILY1W.jpg +https://pbs.twimg.com/media/Fhv-NePWIAIFj2w.jpg +https://pbs.twimg.com/media/Fhv-PIkXwAABap5.jpg +https://pbs.twimg.com/media/Fhv-P2YXwAERGk7.jpg +https://pbs.twimg.com/media/Fmi55clWQAAizKS.jpg +https://pbs.twimg.com/media/FmiQMWHaAAEpwH3.jpg +https://pbs.twimg.com/media/FmiQMVqacAAs0P_.jpg +https://pbs.twimg.com/media/FmOjPttagAEjfyx.jpg +https://pbs.twimg.com/media/FmOjPucaEAA3VeQ.jpg +https://pbs.twimg.com/media/FmOjPu5aEAAiFcL.jpg +https://pbs.twimg.com/media/FmOjBdjaAAI1fYs.jpg +https://pbs.twimg.com/media/FmOjBd-aEAAMfka.jpg +https://pbs.twimg.com/media/FmOjBeeaAAMJyuq.jpg +https://pbs.twimg.com/media/FmNAURYXgAcaw_1.jpg +https://pbs.twimg.com/media/FmNAURWWYAAT5W9.jpg +https://pbs.twimg.com/media/FmNAURVWIAI6e8X.jpg +https://pbs.twimg.com/media/FmKL11SXkAAL5qp.jpg +https://pbs.twimg.com/media/Fl9U3YlWAAUQPgr.jpg +https://pbs.twimg.com/media/ECdX-TJU0AEnT7Q.jpg +https://pbs.twimg.com/media/ECdX-TLVAAApirQ.jpg +https://pbs.twimg.com/media/ECdX-TMUEAAJ9Xa.jpg +https://pbs.twimg.com/media/Fl0g9IlX0BoM48e.jpg +https://pbs.twimg.com/media/Fl0g9ImX0A8nddH.jpg +https://pbs.twimg.com/media/Fl0g9IlWAAIV9uT.jpg +https://pbs.twimg.com/media/Fl0g9IjX0AMA8Rh.jpg +https://pbs.twimg.com/media/EADXGTyUEAAzw6O.jpg +https://pbs.twimg.com/media/Flo05M5agAI3Ut6.jpg +https://pbs.twimg.com/media/Flo05NraYAAIeVP.jpg +https://pbs.twimg.com/media/D9eIeYUUIAAwjTw.jpg +https://pbs.twimg.com/media/D9eIm0UUYAEJ1b1.jpg +https://pbs.twimg.com/media/D9eI6PxU8AA7DQl.jpg +https://pbs.twimg.com/media/D9eJHBDUEAAibXM.jpg +https://pbs.twimg.com/media/FlUFzFOXkAAiSUc.jpg +https://pbs.twimg.com/media/FlUFzGmWYAIufiv.jpg +https://pbs.twimg.com/media/FlUFzHLXoAo3yr2.jpg +https://pbs.twimg.com/media/FlUFgSxWYAE2Iii.jpg +https://pbs.twimg.com/media/FlUFgStXwAEOEZ9.jpg +https://pbs.twimg.com/media/FlUFgSsWQAIVSKu.jpg +https://pbs.twimg.com/media/FlUFgSsXoAIicbE.jpg +https://pbs.twimg.com/media/FlMW4ljWYAEpPF2.jpg +https://pbs.twimg.com/media/FlJYhNhXgAACMnm.jpg +https://pbs.twimg.com/media/FlG1sXTXwAEoZGA.jpg +https://pbs.twimg.com/media/FlG1sXOXgAEgfxu.jpg +https://pbs.twimg.com/media/FlG1sXLWIAI-0s1.jpg +https://pbs.twimg.com/media/FlA4FzcXwAExMnP.jpg +https://pbs.twimg.com/media/FlA4MojWYAMRNGo.jpg +https://pbs.twimg.com/media/FlA4QwNWYAE9lvH.jpg +https://pbs.twimg.com/media/FlA4Y3KX0AAOIZh.jpg +https://pbs.twimg.com/media/Fk8cDknWIAE1kmj.jpg +https://pbs.twimg.com/media/Fk0kxpBWYAA-KbR.jpg +https://pbs.twimg.com/media/Fk0kyKBXkAcIaay.jpg +https://pbs.twimg.com/media/Fk0kzDdXgAYIlOZ.jpg +https://pbs.twimg.com/media/FkzNXjRWAAEIHnx.jpg +https://pbs.twimg.com/media/FkrSEpKXEAMmtkz.jpg +https://pbs.twimg.com/media/FkpNPZOaMAEcxui.jpg +https://pbs.twimg.com/media/FkpNP_7aUAAs7hj.jpg +https://pbs.twimg.com/media/FkpNQ3uacAA6ofZ.jpg +https://pbs.twimg.com/media/FkpNWQkaAAAfjdt.jpg +https://pbs.twimg.com/media/FkhsVwKWQAAv8px.jpg +https://pbs.twimg.com/media/FkhsVwiXEBkYs2J.jpg +https://pbs.twimg.com/media/FkhQuG3WQBQHu6U.jpg +https://pbs.twimg.com/media/FkgZubgWIAIU__h.jpg +https://pbs.twimg.com/media/FkgZxPxXwAYU5rT.jpg +https://pbs.twimg.com/media/FkgZy0WXgAQ5s7y.jpg +https://pbs.twimg.com/media/D3oxExpV4AE9mtd.jpg +https://pbs.twimg.com/media/D3oxFkbU4AII7kq.jpg +https://pbs.twimg.com/media/D3oxGTAUUAA6OeN.jpg +https://pbs.twimg.com/media/D3oxHhQU4AcGmcl.jpg +https://pbs.twimg.com/media/FkctRKqX0ActGTJ.jpg +https://pbs.twimg.com/media/FkctWUiWQAAQGrB.jpg +https://pbs.twimg.com/media/FkctlCzX0AAFftV.jpg +https://pbs.twimg.com/media/FkctvpCXwAUo01I.jpg +https://pbs.twimg.com/media/D3opB0CV4AAH2TB.jpg +https://pbs.twimg.com/media/D3opanqU4AEqMtv.jpg +https://pbs.twimg.com/media/D3opbrgUIAIwNXD.jpg +https://pbs.twimg.com/media/D3opeNBUUAAAHgh.jpg +https://pbs.twimg.com/media/FkYgXl7XgAAkX78.jpg +https://pbs.twimg.com/media/FkYgXl0XwAAMwi4.jpg +https://pbs.twimg.com/media/FkXUkjjVEAAFeAj.jpg +https://pbs.twimg.com/media/FkJz5FoXgAEiTEC.jpg +https://pbs.twimg.com/media/FkCpg0iXEAIbZwn.jpg +https://pbs.twimg.com/media/FkCphM-WIAIxFy2.jpg +https://pbs.twimg.com/media/FkANYTcXwAAONbY.jpg +https://pbs.twimg.com/media/FkANZjcX0AIb0wk.jpg +https://pbs.twimg.com/media/Fj8xAOUX0AETPOi.jpg +https://pbs.twimg.com/media/Fj8xAOVWAAEyKv9.jpg +https://pbs.twimg.com/media/Fj8xAOcXgAEqL_i.jpg +https://pbs.twimg.com/media/Fj6QLTeXEAEIVDQ.jpg +https://pbs.twimg.com/media/Fj4DLqBWAAIY8yp.jpg +https://pbs.twimg.com/media/Fj4DOxqXEAEbZUM.jpg +https://pbs.twimg.com/media/Fj4DU6EWAAQSEwP.jpg +https://pbs.twimg.com/media/Fj4DZNgWIAAa9oI.jpg +https://pbs.twimg.com/media/Fjy9CKIXkBIbbTu.jpg +https://pbs.twimg.com/media/Fjy9CKNXkA07QIC.jpg +https://pbs.twimg.com/media/FjwdUBJaAAE9xBd.jpg +https://pbs.twimg.com/media/FjwdUTwaYAA2oVd.jpg +https://pbs.twimg.com/media/FjwdUiXaEAAdOe4.jpg +https://pbs.twimg.com/media/FjwdU13akAAfjeF.jpg +https://pbs.twimg.com/media/FjfXpnMXkAACG5w.jpg +https://pbs.twimg.com/media/FjfXpnKX0AkLTiH.jpg +https://pbs.twimg.com/media/Fjeo2e6XEBUcWi3.jpg +https://pbs.twimg.com/media/Fjeo2e6XEA0VKjB.jpg +https://pbs.twimg.com/media/Fjeo2e8XEB4Axhx.jpg +https://pbs.twimg.com/media/FjeUSHFXkBEpSC-.jpg +https://pbs.twimg.com/media/FjaxU32WYAA3RHg.jpg +https://pbs.twimg.com/media/FjaxU33XoAA87lQ.jpg +https://pbs.twimg.com/media/FjaxU34XoAAcF1l.jpg +https://pbs.twimg.com/media/FjaxU31WAAIhf5k.jpg +https://pbs.twimg.com/media/FjTnq0CWIAgRCQ7.jpg +https://pbs.twimg.com/media/FjPDDUeVIAEMXg9.jpg +https://pbs.twimg.com/media/FjPBJzWXwBEb8um.jpg +https://pbs.twimg.com/media/Fi7V8paX0Akdvwl.jpg +https://pbs.twimg.com/media/Fi7V8pXX0AgvahA.jpg +https://pbs.twimg.com/media/Fi7V8pcX0A8QQ_v.jpg +https://pbs.twimg.com/media/FivT8K7VIAAgqrY.jpg +https://pbs.twimg.com/media/FivT8WzVQAILY1W.jpg +https://pbs.twimg.com/media/FispX1zaEAAqfU-.jpg +https://pbs.twimg.com/media/FispX10agAEGLO0.jpg +https://pbs.twimg.com/media/FispX1zaUAAp3RR.jpg +https://pbs.twimg.com/media/FispX12aUAEiddA.jpg +https://pbs.twimg.com/media/FiqEIgGWYAQ1njf.jpg +https://pbs.twimg.com/media/FiqEMSeXEAce7qU.jpg +https://pbs.twimg.com/media/FiqEQ8vXkAAnhGN.jpg +https://pbs.twimg.com/media/FiqEXvtWYAEeWvH.jpg +https://pbs.twimg.com/media/FipzCmtWYAI8Azz.jpg +https://pbs.twimg.com/media/Figdlq5XwAYiyB7.jpg +https://pbs.twimg.com/media/FiWMTKMXEAA93G8.jpg +https://pbs.twimg.com/media/FiWMTJ3XEAEDxCs.jpg +https://pbs.twimg.com/media/FiHALB5XEAsc8js.jpg +https://pbs.twimg.com/media/Fhwd0WWXwAA053Q.jpg +https://pbs.twimg.com/media/Fhwc81sXEAcPx-3.jpg +https://pbs.twimg.com/media/FhwdAWFXkAAsZiG.jpg +https://pbs.twimg.com/media/ED_5CgKUEAAJEZ4.jpg +https://pbs.twimg.com/media/ED_5CgKU0AEAGPK.jpg +https://pbs.twimg.com/media/ED_5CgJUYAAFfsY.jpg +https://pbs.twimg.com/media/ED_5CgJVUAAW9ZZ.jpg +https://pbs.twimg.com/media/Fl_VyK0WIAEVfhY.jpg +https://pbs.twimg.com/media/FluTiyDaMAQPwwM.jpg +https://pbs.twimg.com/media/FluTiyDaAAAYPPD.jpg +https://pbs.twimg.com/media/FljLlRNacAA-ih2.jpg +https://pbs.twimg.com/media/FljMJr0agAQTEvg.jpg +https://pbs.twimg.com/media/FlJDgrjX0AEtlpx.jpg +https://pbs.twimg.com/media/FlJDgriWYAA6AUC.jpg +https://pbs.twimg.com/media/FkwXF3QVQAAfJt7.jpg +https://pbs.twimg.com/media/FkCJ47EXgAEG9eI.jpg +https://pbs.twimg.com/media/FkCJ47EWIAAFJUQ.jpg +https://pbs.twimg.com/media/FkCHJgFXEAAEqzu.jpg +https://pbs.twimg.com/media/FkCHJgCWQAIi4Kd.jpg +https://pbs.twimg.com/media/FkCHJgBX0AU46n7.jpg +https://pbs.twimg.com/media/FkCHJgBWIAMVIUu.jpg +https://pbs.twimg.com/media/FjutfE1XgAM76HC.jpg +https://pbs.twimg.com/media/FjutfE6XwAQjF5E.jpg +https://pbs.twimg.com/media/FjutfE3XkAACaNP.jpg +https://pbs.twimg.com/media/FjutfE2XgAA3R5j.jpg +https://pbs.twimg.com/media/FjeXPJ4XkAwC0DF.jpg +https://pbs.twimg.com/media/FjeXS6wXkBMagc9.jpg +https://pbs.twimg.com/media/FjeXYYDXkAQc1Vc.jpg +https://pbs.twimg.com/media/FjeXaKTXkCEGY1l.jpg +https://pbs.twimg.com/media/FjUmcmaXoAAXE_D.jpg +https://pbs.twimg.com/media/FjUmcmHXkAAnf3X.jpg +https://pbs.twimg.com/media/FjUmcmeXEAwJZY9.jpg +https://pbs.twimg.com/media/FjUmcmfXECA1Dd6.jpg +https://pbs.twimg.com/media/Fi551_JVUAA0M7A.jpg +https://pbs.twimg.com/media/Fhsk0cJUoAAwwYY.jpg +https://pbs.twimg.com/media/FjCZTpyWIAEcAzc.jpg +https://pbs.twimg.com/media/FjCZTpvXoAA5kUY.jpg +https://pbs.twimg.com/media/FjCZTpsXoAA3wit.jpg +https://pbs.twimg.com/media/FjCZTrFWAAE8oRP.jpg +https://pbs.twimg.com/media/Fmb8mLEWYAE-OKW.jpg +https://pbs.twimg.com/media/Fmb9BbCXEAE5e_W.jpg +https://pbs.twimg.com/media/FmXh86dXkA0fKAJ.jpg +https://pbs.twimg.com/media/FmOiGvKXoAE__Tw.jpg +https://pbs.twimg.com/media/FmOiH-BWAAA51hB.jpg +https://pbs.twimg.com/media/FmOiJbUWIAAZRj_.jpg +https://pbs.twimg.com/media/FmCBCD9aAAAS-UE.jpg +https://pbs.twimg.com/media/Fly8D5gXoAAn--6.jpg +https://pbs.twimg.com/media/FlHb2sCaEAAiH-N.jpg +https://pbs.twimg.com/media/Fks8WOPXgAIsbxx.jpg +https://pbs.twimg.com/media/Fks8WbFWIAAUDca.jpg +https://pbs.twimg.com/media/Fks8WsiWYAAcdw0.jpg +https://pbs.twimg.com/media/Fks8W-nWAAUQp84.jpg +https://pbs.twimg.com/media/FkEDoEaXkAAljBK.jpg +https://pbs.twimg.com/media/FkEDrTjXoAQ3d_S.jpg +https://pbs.twimg.com/media/FkEDtP_WAAAYDs4.jpg +https://pbs.twimg.com/media/Fj8Z0fmaEAADWs7.jpg +https://pbs.twimg.com/media/Fj8Z0fyagAEn3eu.jpg +https://pbs.twimg.com/media/Fj8Z0fsaEAYce8q.jpg +https://pbs.twimg.com/media/Fj8Z0f0aMAUAzGM.jpg +https://pbs.twimg.com/media/FjZaaLtWQA0Pn6p.jpg +https://pbs.twimg.com/media/FjZaaLuWQBA6d7r.jpg +https://pbs.twimg.com/media/FjZaaLvWQBUXIDi.jpg +https://pbs.twimg.com/media/FjZaaLwWQAg8KvN.jpg +https://pbs.twimg.com/media/Fi7pXj_XwAAh2ub.jpg +https://pbs.twimg.com/media/Fi5PimFWYAIk32x.jpg +https://pbs.twimg.com/media/Fi1p8d-XEAA4ZKc.jpg +https://pbs.twimg.com/media/Fi1qZlJXEAwK7Bn.jpg +https://pbs.twimg.com/media/Fi1qbDnXEBotBvd.jpg +https://pbs.twimg.com/media/Fi1s50_XwAANYMP.jpg +https://pbs.twimg.com/media/FiRZ9jRXEAUo7gF.jpg +https://pbs.twimg.com/media/FiRZ9jgX0AAOoYg.jpg +https://pbs.twimg.com/media/FiRZ9kXXEAcv2wD.jpg +https://pbs.twimg.com/media/FiRZ9k6XwAMKZLT.jpg +https://pbs.twimg.com/media/FhuxF7XUUAEdRiM.jpg +https://pbs.twimg.com/media/Fhsy5apXgAASTjR.jpg +https://pbs.twimg.com/media/FhszoHJX0AAhbfm.jpg +https://pbs.twimg.com/media/FhszqaeXwAIVI8u.jpg +https://pbs.twimg.com/media/FhszvG-XwAEh6kO.jpg +https://pbs.twimg.com/media/FmYlyGYakAEy5St.jpg +https://pbs.twimg.com/media/FmYlyGYaMAAVucP.jpg +https://pbs.twimg.com/media/FmYlyGmaAAAgDhw.jpg +https://pbs.twimg.com/media/FmYlyHOaYAAn7gi.jpg +https://pbs.twimg.com/media/FmUWdJlXwAEAhwW.jpg +https://pbs.twimg.com/media/FmHeblVagAE1LaA.jpg +https://pbs.twimg.com/media/FmHed2daMAAW6ik.jpg +https://pbs.twimg.com/media/FmHegF2akAgux8w.jpg +https://pbs.twimg.com/media/FmHeiN0aAAMTrNV.jpg +https://pbs.twimg.com/media/FmEvsGxWAAE3dXu.jpg +https://pbs.twimg.com/media/FlzsgIaXEA4hmZ4.jpg +https://pbs.twimg.com/media/Flo8sfuXEAAEl3t.png +https://pbs.twimg.com/media/Fll4kFKWQAIt4Z7.jpg +https://pbs.twimg.com/media/Fll4qGzXkAMoRa9.jpg +https://pbs.twimg.com/media/Fll4vqeWYAEc64m.jpg +https://pbs.twimg.com/media/FlkkmUmWYAAw0NO.jpg +https://pbs.twimg.com/media/FliVSzpWAAMegVN.jpg +https://pbs.twimg.com/media/FlgfgYQWAAc5zFZ.jpg +https://pbs.twimg.com/media/FlgRJFEXgAA2-q3.jpg +https://pbs.twimg.com/media/FlfvjB0XgAIrKMp.jpg +https://pbs.twimg.com/media/FknqGysWYAIJXWm.jpg +https://pbs.twimg.com/media/FknsJmpXkAEh735.jpg +https://pbs.twimg.com/media/FkeKUpQWYAAZ1N-.jpg +https://pbs.twimg.com/media/FkSuVoqVEAUXrRD.jpg +https://pbs.twimg.com/media/FkL6LiGaYAEm26B.jpg +https://pbs.twimg.com/media/FkL6L3EakAAXYX3.jpg +https://pbs.twimg.com/media/FkG6QrpXkAILCh6.jpg +https://pbs.twimg.com/media/FkG6RIOXgAATUV5.jpg +https://pbs.twimg.com/media/FkG6RpAWQAE81oo.jpg +https://pbs.twimg.com/media/FkG6SI-WIAAydnO.jpg +https://pbs.twimg.com/media/Fj8sZikX0AA0Cg8.jpg +https://pbs.twimg.com/media/Fj8sfquWYAI6j_d.jpg +https://pbs.twimg.com/media/Fj8skssXkAAZRnz.jpg +https://pbs.twimg.com/media/FjqM58mWIAEW2fy.jpg +https://pbs.twimg.com/media/FjeuqYrWIAo8CbC.png +https://pbs.twimg.com/media/FjdzEsrUoAATPAk.jpg +https://pbs.twimg.com/media/FjdzaO5UYAAQXET.jpg +https://pbs.twimg.com/media/FjdzK9WUAAA6sSF.jpg +https://pbs.twimg.com/media/FjdzOp6VIAANEAt.jpg +https://pbs.twimg.com/media/FjcfKQ_WIAA9-zP.jpg +https://pbs.twimg.com/media/FjcfLKgX0AAT3ky.jpg +https://pbs.twimg.com/media/FjPRRHgVsAAxwzO.jpg +https://pbs.twimg.com/media/FjGd76haEAA2Qrl.png +https://pbs.twimg.com/media/Fi9uwPEXkAAbrdo.jpg +https://pbs.twimg.com/media/Fir0z_8XEAEAz41.jpg +https://pbs.twimg.com/media/FibSd82XgAM0I1S.jpg +https://pbs.twimg.com/media/FiZWvPiWQAA5htw.jpg +https://pbs.twimg.com/media/FiPz4rCXgAEbYA6.jpg +https://pbs.twimg.com/media/FiOS8r-WIAIPLc1.jpg +https://pbs.twimg.com/media/FiOS9kvWAAAxdGP.jpg +https://pbs.twimg.com/media/FiOS-WZWAAYEvSw.jpg +https://pbs.twimg.com/media/FiHEtBWXEAQfYny.jpg +https://pbs.twimg.com/media/Fl17MMHX0AE5cc-.jpg +https://pbs.twimg.com/media/FlsCRpoXgAAeBQE.jpg +https://pbs.twimg.com/media/FlHb2sCaEAAiH-N.jpg +https://pbs.twimg.com/media/Fkp3HifUYAEmjPn.jpg +https://pbs.twimg.com/media/Fkp3HieUEAALzql.jpg +https://pbs.twimg.com/media/Fkp3HifUEAIoRZf.jpg +https://pbs.twimg.com/media/FkY5Cs7UEAEbKTe.jpg +https://pbs.twimg.com/media/FkY5RELVsAA41Zb.jpg +https://pbs.twimg.com/media/FkY5REmUAAAE3wa.jpg +https://pbs.twimg.com/media/FkY5IpjVEAAcRPp.jpg +https://pbs.twimg.com/media/FkXHvWeXoAAQ8GJ.png +https://pbs.twimg.com/media/FkQV56HWIAA5TXm.jpg +https://pbs.twimg.com/media/Fj_1JBjVsAA4_CI.jpg +https://pbs.twimg.com/media/Fj_1JBlVIAADyPB.jpg +https://pbs.twimg.com/media/Fj31HFiXkAAKntr.jpg +https://pbs.twimg.com/media/FjysknYVQAQRWUj.jpg +https://pbs.twimg.com/media/FjysmeEVQBcf542.jpg +https://pbs.twimg.com/media/FjxJCejVIAIdI8w.jpg +https://pbs.twimg.com/media/FjckvwbacAEib3a.jpg +https://pbs.twimg.com/media/FjckvvVacAEjEqt.jpg +https://pbs.twimg.com/media/FjckvwaaEAACm8F.jpg +https://pbs.twimg.com/media/Fjb1nO1VsAASao8.jpg +https://pbs.twimg.com/media/FjMZSrpaAAA9H9Y.jpg +https://pbs.twimg.com/media/FjMZSroaYAInwbO.jpg +https://pbs.twimg.com/media/FjIPlnuWQAIRbkh.jpg +https://pbs.twimg.com/media/FiyMbyzVQAATJTK.jpg +https://pbs.twimg.com/media/Fi6qJJSWAAEfIDq.png +https://pbs.twimg.com/media/Fi6UZWPUoAAUGrx.jpg +https://pbs.twimg.com/media/Fi6UZXSVEAAlwho.jpg +https://pbs.twimg.com/media/Fi6UkoMUcAAeOPG.png +https://pbs.twimg.com/media/Fi5n63iUYAAJhQg.png +https://pbs.twimg.com/media/Fi5oBD1UYAMnV8B.png +https://pbs.twimg.com/media/Fi0evWhUoAIaHYI.png +https://pbs.twimg.com/media/Fi0eyIRVIAA0rkl.png +https://pbs.twimg.com/media/Fi0fG5xVIAUqld1.png +https://pbs.twimg.com/media/Fi0fLb1UAAAp1rd.png +https://pbs.twimg.com/media/FiQhbN1VEAAxikE.jpg +https://pbs.twimg.com/media/FiQhbQIUoAABC0Y.png +https://pbs.twimg.com/media/FiQhbRkUAAADwQX.jpg +https://pbs.twimg.com/media/FiQfvxhVsAADNft.jpg +https://pbs.twimg.com/media/FiQfvzVUcAYj4ni.png +https://pbs.twimg.com/media/FiQfv0PVsAAVLLF.png +https://pbs.twimg.com/media/FiMsAmsUcAEogNg.jpg +https://pbs.twimg.com/media/FiMsAnhUAAAq4eW.jpg +https://pbs.twimg.com/media/FiMsAoYVQAAmaHW.jpg +https://pbs.twimg.com/media/FiH-7ZrVsAA4Yga.jpg +https://pbs.twimg.com/media/FiEp7jAagAAHQXl.jpg +https://pbs.twimg.com/media/Fh8dTmsVIAAZrKx.png +https://pbs.twimg.com/media/Fh8dbtoVIAEqjbM.jpg +https://pbs.twimg.com/media/FhzqKydUcAADbKM.jpg +https://pbs.twimg.com/media/FhzqK0HVQAAYtYh.jpg +https://pbs.twimg.com/media/FhzqK2LUYAEo3pr.jpg +https://pbs.twimg.com/media/FhzqK3KVIAAEd--.jpg +https://pbs.twimg.com/media/FhudvH2VEAER5qx.jpg +https://pbs.twimg.com/media/FhudylgVIAAFUd-.jpg +https://pbs.twimg.com/media/Fhud1ipVEAAVWDT.jpg +https://pbs.twimg.com/media/FhsXSXbUAAAn9HK.jpg +https://pbs.twimg.com/media/Fmg_uFRXwAMnrSw.jpg +https://pbs.twimg.com/media/Fmg_uFUXoAYsgGM.jpg +https://pbs.twimg.com/media/Fmg_uFWWAAAWPSu.jpg +https://pbs.twimg.com/media/Fmg_uFTXkAALiI_.jpg +https://pbs.twimg.com/media/FmZ4-j8XwAAsXhg.jpg +https://pbs.twimg.com/media/FmZ4_iUXgAAOLiR.jpg +https://pbs.twimg.com/media/FmSgcCjaYAEQqr9.jpg +https://pbs.twimg.com/media/FmOhu2QXgAIuoAu.jpg +https://pbs.twimg.com/media/FmOhu2OWYAMVi5F.jpg +https://pbs.twimg.com/media/FmOhu2PXgAAt-8r.jpg +https://pbs.twimg.com/media/FmOhu2OWYAIRA72.jpg +https://pbs.twimg.com/media/FmOeYGrXkAAMJT5.jpg +https://pbs.twimg.com/media/FmOeYGEWQAY6obN.jpg +https://pbs.twimg.com/media/FmIb4HFXEB0NcSs.jpg +https://pbs.twimg.com/media/Fl4fg9JWYAMAZ-H.jpg +https://pbs.twimg.com/media/Fl4fg9JXEAAF3A0.jpg +https://pbs.twimg.com/media/Fl4fg9KWQAAce69.jpg +https://pbs.twimg.com/media/Fleus-FWYAIsLy_.jpg +https://pbs.twimg.com/media/FlkZrGiXEAIfpCm.jpg +https://pbs.twimg.com/media/FlkZulWXgAM2uC7.jpg +https://pbs.twimg.com/media/FlKv2j5acAI50as.jpg +https://pbs.twimg.com/media/FlKv3p5akAY2-ng.jpg +https://pbs.twimg.com/media/FlKv5b0aAAAxvmo.jpg +https://pbs.twimg.com/media/FlKv6zJacAAKQl4.jpg +https://pbs.twimg.com/media/FlJDgrjX0AEtlpx.jpg +https://pbs.twimg.com/media/FlJDgriWYAA6AUC.jpg +https://pbs.twimg.com/media/FjjJB9yaAAIQSEO.png +https://pbs.twimg.com/media/FjjJB9vacAA-3kW.png +https://pbs.twimg.com/media/Fi6nwgHWYAImC95.jpg +https://pbs.twimg.com/media/Fi6nwgOWQAEzfa2.jpg +https://pbs.twimg.com/media/Fi6nwgHXgDEmk7A.jpg +https://pbs.twimg.com/media/Fi6nwgPXgAAxBk3.jpg +https://pbs.twimg.com/media/Fi6UBRsWAAAZhP-.jpg +https://pbs.twimg.com/media/Fi6UBRuXgAAfPbW.jpg +https://pbs.twimg.com/media/Fi6UBRzXEAgihmp.jpg +https://pbs.twimg.com/media/Fi51hlKUoAAljDH.jpg +https://pbs.twimg.com/media/FiRe4z6XEAAmrXY.jpg +https://pbs.twimg.com/media/FiRfDp7XwAAJIAj.jpg +https://pbs.twimg.com/media/FiQ-FhvX0AAqWFj.jpg +https://pbs.twimg.com/media/FiQ-IB_XwAAT27X.jpg +https://pbs.twimg.com/media/FiQ-JlJX0AA4GHB.jpg +https://pbs.twimg.com/media/FiQ-LDvWAAAD6eu.jpg +https://pbs.twimg.com/media/FiLm1oQX0AAsOj1.jpg +https://pbs.twimg.com/media/FiLm3hxXgAAowAj.jpg +https://pbs.twimg.com/media/FiLm5DAXwAA5VNY.jpg +https://pbs.twimg.com/media/FiLm6crXgAIK1OW.jpg +https://pbs.twimg.com/media/FiLmYUEWIAQGkGn.jpg +https://pbs.twimg.com/media/FiLmbEYXoAAlRgF.jpg +https://pbs.twimg.com/media/FiLmcruXkAIF2-6.jpg +https://pbs.twimg.com/media/FiLmeZBWIAIMnHU.jpg +https://pbs.twimg.com/media/FiHjB7UWIAk_Yg0.jpg +https://pbs.twimg.com/media/FiHjEMoWIAwjF4h.jpg +https://pbs.twimg.com/media/FiHjFt2WIAY7UXu.jpg +https://pbs.twimg.com/media/FiHjHO6WIAAo9_8.jpg +https://pbs.twimg.com/media/FiHhx7MWQAAjLzd.jpg +https://pbs.twimg.com/media/FiHh1UfXoAACic8.jpg +https://pbs.twimg.com/media/FiHh6WaWICMXJYx.jpg +https://pbs.twimg.com/media/FiHh8q5WIAkmfKq.jpg +https://pbs.twimg.com/media/FiHEIjWWAAAq9_4.jpg +https://pbs.twimg.com/media/FiHEK9EXEA4-j16.jpg +https://pbs.twimg.com/media/FiHEM2zXwAIpDMl.jpg +https://pbs.twimg.com/media/FiHERuQWAAAyYFJ.jpg +https://pbs.twimg.com/media/FiHAig_WIAc8X1d.jpg +https://pbs.twimg.com/media/FiHAkKUXEAQMVnI.jpg +https://pbs.twimg.com/media/FiHAlwTXEAEAKiq.jpg +https://pbs.twimg.com/media/Fh2PzaAWAAEKmar.jpg +https://pbs.twimg.com/media/Fh2PzaEWAAQ1_GG.jpg +https://pbs.twimg.com/media/Fh2CSLHXgAAaj-g.jpg +https://pbs.twimg.com/media/Fh1nVCvX0AE-QJ6.jpg diff --git a/visualization.py b/visualization.py deleted file mode 100644 index 563f8868747d48b7af05417ffca00c433006c7d4..0000000000000000000000000000000000000000 --- a/visualization.py +++ /dev/null @@ -1,44 +0,0 @@ -from pathlib import Path -import streamlit as st -import streamlit.components.v1 as components -import plotly.figure_factory as ff -import numpy as np -import pandas as pd -#from streamlit_plotly_events import plotly_events - - - -def app(): - st.markdown('#### Visualization') - - img_2d_embed = pd.read_csv('data/img_2d_embedding.csv', index_col=0) - img_2d_embed = img_2d_embed.sample(frac=0.1, random_state=0) - - txt_2d_embed = pd.read_csv('data/txt_2d_embedding.csv', index_col=0) - txt_2d_embed = txt_2d_embed.sample(frac=0.1, random_state=0) - - col1, col2 = st.columns(2) - with col1: - fig1 = ff.create_2d_density( - x=img_2d_embed['UMAP_1'], - y=img_2d_embed['UMAP_2'], - #colors=img_2d_embed['tag'], - colorscale='Blues', # set the color map - height=500, # set height of the figure - width=500, # set width of the figure - title='Image embedding visualized in 2D UMAP' - ) - #selected_points = plotly_events(fig1, click_event=True, hover_event=True) - st.plotly_chart(fig1, use_container_width=True) - - with col2: - fig2 = ff.create_2d_density( - x=txt_2d_embed['UMAP_1'], - y=txt_2d_embed['UMAP_2'], - #colors=img_2d_embed['tag'], - colorscale='Blues', # set the color map - height=500, # set height of the figure - width=500, # set width of the figure - title='Text embedding visualized in 2D UMAP' - ) - st.plotly_chart(fig2, use_container_width=True) \ No newline at end of file diff --git a/viz_scripts/calc_img.py b/viz_scripts/calc_img.py deleted file mode 100644 index 37b4ab30e66aac26435734b1db4b12e8c2371066..0000000000000000000000000000000000000000 --- a/viz_scripts/calc_img.py +++ /dev/null @@ -1,75 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -""" -Created on Fri Mar 10 21:13:04 2023 - -@author: zhihuang -""" - -import pickle -import os -import pandas as pd -import numpy as np -import umap -import seaborn as sns -import matplotlib.pyplot as plt -opj=os.path.join - -if __name__ == '__main__': - dd = '/home/zhihuang/Desktop/webplip/data' - with open(opj(dd, 'twitter.asset'),'rb') as f: - data = pickle.load(f) - - n_neighbors = 15 - random_state = 0 - - reducer = umap.UMAP(n_components=2, - n_neighbors=n_neighbors, - min_dist=0.1, - metric='euclidean', - random_state=random_state) - img_2d = reducer.fit(data['image_embedding']) - img_2d = reducer.transform(data['image_embedding']) - df_img = pd.DataFrame(np.c_[img_2d, data['meta'].values], columns = ['UMAP_1','UMAP_2'] + list(data['meta'].columns)) - df_img.to_csv(opj(dd, 'img_2d_embedding.csv')) - - - # reducer = umap.UMAP(n_components=2, - # n_neighbors=n_neighbors, - # min_dist=0.1, - # metric='euclidean', - # random_state=random_state) - txt_2d = reducer.fit_transform(data['text_embedding']) - df_txt = pd.DataFrame(np.c_[txt_2d, data['meta'].values], columns = ['UMAP_1','UMAP_2'] + list(data['meta'].columns)) - df_txt.to_csv(opj(dd, 'txt_2d_embedding.csv')) - - - - - fig, ax = plt.subplots(1,2, figsize=(20,10)) - sns.scatterplot(data=df_img, - x='UMAP_1', - y='UMAP_2', - alpha=0.2, - ax=ax[0], - hue='tag' - ) - - sns.scatterplot(data=df_txt, - x='UMAP_1', - y='UMAP_2', - alpha=0.2, - ax=ax[1], - hue='tag' - ) - - - - - - - - - - - \ No newline at end of file