We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e9ba0 commit 411889cCopy full SHA for 411889c
scripts/aesthetic.py
@@ -69,7 +69,7 @@ def generate_embs(*args):
69
aesthetic_clip.update_aesthetic_embeddings()
70
updates = [gr.Dropdown.update(choices=sorted(aesthetic_clip.aesthetic_embeddings.keys())) for _ in range(len(dropdown_components))]
71
72
- return *updates, res
+ return [*updates, res]
73
74
create_embedding_ae.click(
75
fn=generate_embs,
0 commit comments