Uthar commited on
Commit
7c37fa6
·
verified ·
1 Parent(s): 9b40a98

Update app.py

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