Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,6 @@ import re, operator
|
|
40 |
chromadb.api.client.SharedSystemClient.clear_system_cache()
|
41 |
|
42 |
|
43 |
-
MAX_SEED = np.iinfo(np.int32).max
|
44 |
|
45 |
|
46 |
def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_inference_steps=4):
|
|
|
40 |
chromadb.api.client.SharedSystemClient.clear_system_cache()
|
41 |
|
42 |
|
|
|
43 |
|
44 |
|
45 |
def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_inference_steps=4):
|