davidberenstein1957 commited on
Commit
53b28ed
·
1 Parent(s): f60ead4

refactor: remove multiple image links from the "About" section in app.py to streamline content and improve readability

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -99,13 +99,7 @@ with gr.Blocks("ParityError/Interstellar", fill_width=True, css=custom_css) as d
99
 
100
  The prompts were randomly sampled from the [parti-prompts dataset](https://github.com/google-research/parti). The reported times represent the full duration of each API call.
101
 
102
- ![image 1](https://pruna.notion.site/image/attachment%3A6e1e1dda-6532-4798-b277-24b8ee0a81f2%3A0001_comparison.png?table=block&id=1d270a03-9e5f-8010-a591-d513a737a868&spaceId=70bf3e2a-9a83-466b-888c-50861ef86cc9&width=2000&userId=&cache=v2)
103
- ![image 2](https://pruna.notion.site/image/attachment%3Ad4504e3c-c924-4d51-82c3-fbb8d9c1c8ec%3A0002_comparison.png?table=block&id=1d270a03-9e5f-80cb-acf0-e2583ad26750&spaceId=70bf3e2a-9a83-466b-888c-50861ef86cc9&width=2000&userId=&cache=v2)
104
- ![image 3](https://pruna.notion.site/image/attachment%3A674d1e46-0c29-425d-a50d-e13a98c3e0e2%3A0003_comparison.png?table=block&id=1d270a03-9e5f-80e7-8581-c30c0eb1afde&spaceId=70bf3e2a-9a83-466b-888c-50861ef86cc9&width=2000&userId=&cache=v2)
105
- ![image 4](https://pruna.notion.site/image/attachment%3A59625e2e-36c6-41ea-a052-bc20c48323d3%3A0004_comparison.png?table=block&id=1d270a03-9e5f-802c-8e85-d8fc9484156b&spaceId=70bf3e2a-9a83-466b-888c-50861ef86cc9&width=2000&userId=&cache=v2)
106
- ![image 5](https://pruna.notion.site/image/attachment%3A993215aa-44fc-4b35-9bc5-9df5d7c9ea16%3A0005_comparison.png?table=block&id=1d270a03-9e5f-8069-b658-e5c2361bf3af&spaceId=70bf3e2a-9a83-466b-888c-50861ef86cc9&width=2000&userId=&cache=v2)
107
-
108
- > **For more samples, check out the [Pruna Notion page](https://pruna.notion.site/FLUX-1-dev-vs-Pruna-s-FLUX-juiced-1d270a039e5f80c6a2a3c00fc0d75ef0)**
109
  """
110
  )
111
 
 
99
 
100
  The prompts were randomly sampled from the [parti-prompts dataset](https://github.com/google-research/parti). The reported times represent the full duration of each API call.
101
 
102
+ > **For samples, check out the [Pruna Notion page](https://pruna.notion.site/FLUX-1-dev-vs-Pruna-s-FLUX-juiced-1d270a039e5f80c6a2a3c00fc0d75ef0)**
 
 
 
 
 
 
103
  """
104
  )
105