chenchangliu commited on
Commit
29fb957
·
verified ·
1 Parent(s): ed166d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -41,6 +41,13 @@ iface = gr.Interface(
41
  ["./test_img4.jpeg", 0.3, 0.3],
42
  ["./test_img5.webp", 0.3, 0.3],
43
  ["./test_img6.jpg", 0.3, 0.3],
 
 
 
 
 
 
 
44
  ],
45
  )
46
  iface.launch(share=True, show_api=False)
 
41
  ["./test_img4.jpeg", 0.3, 0.3],
42
  ["./test_img5.webp", 0.3, 0.3],
43
  ["./test_img6.jpg", 0.3, 0.3],
44
+ ["./bee1.jpg", 0.3, 0.3],
45
+ ["./bee3.jpg", 0.3, 0.3],
46
+ ["./bee4.jpg", 0.3, 0.3],
47
+ ["./bee5.jpg", 0.3, 0.3],
48
+ ["./bee7.jpg", 0.3, 0.3],
49
+ ["./bee8.jpg", 0.3, 0.3],
50
+ ["./bee9.jpg", 0.3, 0.3],
51
  ],
52
  )
53
  iface.launch(share=True, show_api=False)