Spaces:
Running
Running
clement-bonnet
commited on
Commit
•
916874d
1
Parent(s):
63953af
feat: improve doc
Browse files
app.py
CHANGED
@@ -151,8 +151,8 @@ with gr.Blocks(
|
|
151 |
1. Choose a pattern task using the radio buttons
|
152 |
2. View the input-output pairs for your selected task
|
153 |
3. The goal is to find the latent that will generate the right third image for the given input
|
154 |
-
4. Click anywhere
|
155 |
-
5. See the generated image based on your
|
156 |
|
157 |
Use the "Find Optimal Latent" button to find the latent that maximizes likelihood of generating the other input-output pairs.
|
158 |
"""
|
@@ -174,7 +174,9 @@ with gr.Blocks(
|
|
174 |
|
175 |
gr.Markdown("### Latent Space Search")
|
176 |
gr.Markdown(
|
177 |
-
"Click anywhere in the 2D latent space below to condition the decoder on a specific latent vector."
|
|
|
|
|
178 |
)
|
179 |
|
180 |
with gr.Column(elem_classes="coordinate-container"):
|
|
|
151 |
1. Choose a pattern task using the radio buttons
|
152 |
2. View the input-output pairs for your selected task
|
153 |
3. The goal is to find the latent that will generate the right third image for the given input
|
154 |
+
4. Click anywhere on the latent space to specify coordinates for the latent
|
155 |
+
5. See the generated image based on your selected latent
|
156 |
|
157 |
Use the "Find Optimal Latent" button to find the latent that maximizes likelihood of generating the other input-output pairs.
|
158 |
"""
|
|
|
174 |
|
175 |
gr.Markdown("### Latent Space Search")
|
176 |
gr.Markdown(
|
177 |
+
"Click anywhere in the 2D latent space below to condition the decoder on a specific latent vector. "
|
178 |
+
"The heatmap shows the decoder log-likelihood of generating the first two input-output pairs conditioning on any point in the latent space. "
|
179 |
+
"The goal is to find the latent that generates the third image for the given input."
|
180 |
)
|
181 |
|
182 |
with gr.Column(elem_classes="coordinate-container"):
|