Spaces:
Runtime error
Runtime error
Upload gen_samples.py with huggingface_hub
Browse files- 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
|