Spaces:
Running
on
Zero
Running
on
Zero
Alexander Bagus
commited on
Commit
·
2ec806f
1
Parent(s):
396104e
22
Browse files
app.py
CHANGED
|
@@ -19,6 +19,7 @@ from utils.prompt_utils import polish_prompt
|
|
| 19 |
# else:
|
| 20 |
# print("Folder already exists.")
|
| 21 |
|
|
|
|
| 22 |
|
| 23 |
def prepare(prompt, is_polish_prompt):
|
| 24 |
if not is_polish_prompt: return prompt, False
|
|
|
|
| 19 |
# else:
|
| 20 |
# print("Folder already exists.")
|
| 21 |
|
| 22 |
+
MAX_SEED = np.iinfo(np.int32).max
|
| 23 |
|
| 24 |
def prepare(prompt, is_polish_prompt):
|
| 25 |
if not is_polish_prompt: return prompt, False
|