fix text
Browse files- src/app_cached_videos.py +1 -1
src/app_cached_videos.py
CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks(css=css) as demo:
|
|
119 |
def change_text_prompt(text):
|
120 |
return gr.Radio(text.strip().split(' '), value=None, label='Choose a word to visualize its attention mask.')
|
121 |
|
122 |
-
text = '
|
123 |
with gr.Group("Video Selection"):
|
124 |
txt_1 = gr.Dropdown(choices=available_prompts, label="Video Prompt", value=available_prompts[0])
|
125 |
submit_btn = gr.Button('Get words')
|
|
|
119 |
def change_text_prompt(text):
|
120 |
return gr.Radio(text.strip().split(' '), value=None, label='Choose a word to visualize its attention mask.')
|
121 |
|
122 |
+
text = 'a dog and a cat sitting'
|
123 |
with gr.Group("Video Selection"):
|
124 |
txt_1 = gr.Dropdown(choices=available_prompts, label="Video Prompt", value=available_prompts[0])
|
125 |
submit_btn = gr.Button('Get words')
|