leonelhs commited on
Commit
88e3c7c
1 Parent(s): 687cc44

clear examples

Browse files
Files changed (7) hide show
  1. app.py +1 -1
  2. examples/01.jpg +0 -3
  3. examples/01.png +0 -0
  4. examples/02.jpg +0 -3
  5. examples/02.png +0 -0
  6. examples/03.jpg +0 -3
  7. examples/03.png +0 -0
app.py CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks(title="PIFuHD") as app:
65
  run_btn.click(predict, [input_img], [output_img, output_obj, output_file])
66
 
67
  with gr.Row():
68
- blobs = [[f"examples/{x:02d}.jpg"] for x in range(1, 4)]
69
  examples = gr.Dataset(components=[input_img], samples=blobs)
70
  examples.click(lambda x: x[0], [examples], [input_img])
71
 
 
65
  run_btn.click(predict, [input_img], [output_img, output_obj, output_file])
66
 
67
  with gr.Row():
68
+ blobs = [[f"examples/{x:02d}.png"] for x in range(1, 4)]
69
  examples = gr.Dataset(components=[input_img], samples=blobs)
70
  examples.click(lambda x: x[0], [examples], [input_img])
71
 
examples/01.jpg DELETED

Git LFS Details

  • SHA256: 09aedb7ac219d1e6b2f8873da4efe45a4852262821790e5f4b66fe17efde08e4
  • Pointer size: 131 Bytes
  • Size of remote file: 673 kB
examples/01.png ADDED
examples/02.jpg DELETED

Git LFS Details

  • SHA256: 1d5754aa7a5baafbf36980b8013b6ef30723576516e632c70e4634e0b3da02d2
  • Pointer size: 131 Bytes
  • Size of remote file: 222 kB
examples/02.png ADDED
examples/03.jpg DELETED

Git LFS Details

  • SHA256: ea43b7eb0810feadb1f816af3b3c38b1c7552091f21c0ca85a7d2e8c183520d4
  • Pointer size: 131 Bytes
  • Size of remote file: 615 kB
examples/03.png ADDED