Spaces:
Runtime error
Runtime error
Upload gen_samples.py with huggingface_hub
Browse files- gen_samples.py +1 -1
gen_samples.py
CHANGED
|
@@ -70,7 +70,7 @@ def main():
|
|
| 70 |
compile=False,
|
| 71 |
iterative_prompt=False,
|
| 72 |
chunk_length=0,
|
| 73 |
-
prompt_text=REF_TEXT,
|
| 74 |
prompt_tokens=[prompt_tokens],
|
| 75 |
):
|
| 76 |
if response.action == "sample":
|
|
|
|
| 70 |
compile=False,
|
| 71 |
iterative_prompt=False,
|
| 72 |
chunk_length=0,
|
| 73 |
+
prompt_text=[REF_TEXT],
|
| 74 |
prompt_tokens=[prompt_tokens],
|
| 75 |
):
|
| 76 |
if response.action == "sample":
|