Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ default_models = models[:num_models]
|
|
40 |
MAX_SEED = 2**32-1
|
41 |
|
42 |
def imgageHasUpdated(theImage):
|
43 |
-
print(
|
44 |
|
45 |
def extend_choices(choices):
|
46 |
return choices[:num_models] + (num_models - len(choices[:num_models])) * ['NA']
|
|
|
40 |
MAX_SEED = 2**32-1
|
41 |
|
42 |
def imgageHasUpdated(theImage):
|
43 |
+
print(theImage)
|
44 |
|
45 |
def extend_choices(choices):
|
46 |
return choices[:num_models] + (num_models - len(choices[:num_models])) * ['NA']
|