JamesDigitalOcean commited on
Commit
65e6416
·
verified ·
1 Parent(s): e8d864c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -60,13 +60,13 @@ with gr.Blocks() as demo:
60
  inputs=[img2, img3],
61
  outputs=[img4],
62
  )
63
- show_case = gr.Examples(
64
- examples=[
65
- ["assets/clothes/img3.jpeg", "assets/example_outputs/img1-clothing.webp", "assets/clothingmodels/img1.jpeg", "assets/example_outputs/image-1-clothingmodel.webp"],
66
- ["assets/clothes/img6.jpeg", "assets/example_outputs/image2-clothing.webp", "assets/clothingmodels/img15.jpeg", "assets/example_outputs/image2-clothingmodel.webp"],
67
- ],
68
- inputs=[img1, img2, img3, img4],
69
- label='Examples'
70
- )
71
  if __name__ == "__main__":
72
  demo.launch(share=True)
 
60
  inputs=[img2, img3],
61
  outputs=[img4],
62
  )
63
+ # show_case = gr.Examples(
64
+ # examples=[
65
+ # ["assets/clothes/img3.jpeg", "assets/example_outputs/img1-clothing.webp", "assets/clothingmodels/img1.jpeg", "assets/example_outputs/image-1-clothingmodel.webp"],
66
+ # ["assets/clothes/img6.jpeg", "assets/example_outputs/image2-clothing.webp", "assets/clothingmodels/img15.jpeg", "assets/example_outputs/image2-clothingmodel.webp"],
67
+ # ],
68
+ # inputs=[img1, img2, img3, img4],
69
+ # label='Examples'
70
+ # )
71
  if __name__ == "__main__":
72
  demo.launch(share=True)