Swagcrew commited on
Commit
7dbb42c
·
verified ·
1 Parent(s): e2f85c6

Upload gen_samples.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. gen_samples.py +1 -1
gen_samples.py CHANGED
@@ -71,7 +71,7 @@ def main():
71
  iterative_prompt=False,
72
  chunk_length=0,
73
  prompt_text=REF_TEXT,
74
- prompt_tokens=prompt_tokens,
75
  ):
76
  if response.action == "sample":
77
  codes = response.codes
 
71
  iterative_prompt=False,
72
  chunk_length=0,
73
  prompt_text=REF_TEXT,
74
+ prompt_tokens=[prompt_tokens],
75
  ):
76
  if response.action == "sample":
77
  codes = response.codes