Cesar017 commited on
Commit
9a96194
·
verified ·
1 Parent(s): 8277e31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def find_similar(img, top_k):
44
  Image.fromarray((X_ref[i].reshape(28, 28) * 255).astype(np.uint8))
45
  for i in top_idx
46
  ]
47
- return table, best_img, gallery_imgs
48
 
49
  with gr.Blocks() as demo:
50
 
 
44
  Image.fromarray((X_ref[i].reshape(28, 28) * 255).astype(np.uint8))
45
  for i in top_idx
46
  ]
47
+ return table, gallery_imgs
48
 
49
  with gr.Blocks() as demo:
50