Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,7 @@ 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']
|
|
|
41 |
|
42 |
def imgageHasUpdated(theImage):
|
43 |
print(theImage)
|
44 |
+
outputs=lnk_output
|
45 |
|
46 |
def extend_choices(choices):
|
47 |
return choices[:num_models] + (num_models - len(choices[:num_models])) * ['NA']
|