Uthar commited on
Commit
0ba1cf4
·
verified ·
1 Parent(s): 9b97003

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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']