Andrei Boiarov commited on
Commit
4d7625a
1 Parent(s): c1515bd

add tmp file

Browse files
Files changed (2) hide show
  1. 1.jpeg +0 -0
  2. app.py +1 -1
1.jpeg ADDED
app.py CHANGED
@@ -45,7 +45,7 @@ def reconstruct(img):
45
  # # out_masked, out_rec, out_rec_vis = img, img, img
46
  #
47
  # return [(out_masked, 'masked'), (out_rec, 'reconstruction'), (out_rec_vis, 'reconstruction + visible')]
48
- return [("https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80", 'label 1')]
49
 
50
 
51
  with gr.Blocks() as demo:
 
45
  # # out_masked, out_rec, out_rec_vis = img, img, img
46
  #
47
  # return [(out_masked, 'masked'), (out_rec, 'reconstruction'), (out_rec_vis, 'reconstruction + visible')]
48
+ return [("https://huggingface.co/spaces/andrewbo29/f1-mae-reconstruction/blob/main/1.jpeg", 'label 1')]
49
 
50
 
51
  with gr.Blocks() as demo: