Spaces:
Running
Running
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
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 |
-
|
103 |
-

|
104 |
-

|
105 |
-

|
106 |
-

|
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 |
|