Spaces:
Build error
Build error
Update src/app_cached_videos.py
Browse files- src/app_cached_videos.py +1 -0
src/app_cached_videos.py
CHANGED
|
@@ -123,6 +123,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 123 |
* Click on "Get words" to get the words in the prompt
|
| 124 |
* Select a radio button from the words to visualize the attention mask
|
| 125 |
* Play around with the index of diffusion steps, layers to visualize different masks
|
|
|
|
| 126 |
""")
|
| 127 |
|
| 128 |
with gr.Group("Video Selection"):
|
|
|
|
| 123 |
* Click on "Get words" to get the words in the prompt
|
| 124 |
* Select a radio button from the words to visualize the attention mask
|
| 125 |
* Play around with the index of diffusion steps, layers to visualize different masks
|
| 126 |
+
* Brighter mask corresponds to larger values of attention.
|
| 127 |
""")
|
| 128 |
|
| 129 |
with gr.Group("Video Selection"):
|