Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -69,8 +69,8 @@ def generate(prompt,
|
|
69 |
):
|
70 |
slider_x = [concept_2, concept_1]
|
71 |
# check if avg diff for directions need to be re-calculated
|
72 |
-
print("slider_x", slider_x)
|
73 |
-
print("x_concept_1", x_concept_1, "x_concept_2", x_concept_2)
|
74 |
if randomize_seed:
|
75 |
seed = random.randint(0, MAX_SEED)
|
76 |
|
|
|
69 |
):
|
70 |
slider_x = [concept_2, concept_1]
|
71 |
# check if avg diff for directions need to be re-calculated
|
72 |
+
#print("slider_x", slider_x)
|
73 |
+
#print("x_concept_1", x_concept_1, "x_concept_2", x_concept_2)
|
74 |
if randomize_seed:
|
75 |
seed = random.randint(0, MAX_SEED)
|
76 |
|