Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -681,8 +681,8 @@ generator = torch.manual_seed(32)
|
|
681 |
batch_size = 1
|
682 |
|
683 |
# Make a folder to store results
|
684 |
-
|
685 |
-
|
686 |
|
687 |
# Prep text
|
688 |
text_input = tokenizer([prompt], padding="max_length", max_length=tokenizer.model_max_length, truncation=True, return_tensors="pt")
|
|
|
681 |
batch_size = 1
|
682 |
|
683 |
# Make a folder to store results
|
684 |
+
#!rm -rf steps/
|
685 |
+
#!mkdir -p steps/
|
686 |
|
687 |
# Prep text
|
688 |
text_input = tokenizer([prompt], padding="max_length", max_length=tokenizer.model_max_length, truncation=True, return_tensors="pt")
|