nsfwalex commited on
Commit
fd2e0f8
β€’
1 Parent(s): 493ad40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -77,9 +77,9 @@ title = "Undress AI"
77
  description = "β›” Input photos of people, similar to the test picture at the bottom, and undress pictures will be produced. You may have to wait 30 seconds for a picture. πŸ”ž Do not upload personal photos πŸ”ž There is a queue system. According to the logic of first come, first served, only one picture will be made at a time. Must be able to at least see the outline of a human body β›”"
78
 
79
  examples = [
80
- [load_image_from_file('example1.png')],
81
  [load_image_from_file('example2.png')],
82
- [load_image_from_file('example3.png')],
83
  [load_image_from_file('example5.webp')],
84
  [load_image_from_file('example6.webp')],
85
  [load_image_from_file('example8.webp')],
 
77
  description = "β›” Input photos of people, similar to the test picture at the bottom, and undress pictures will be produced. You may have to wait 30 seconds for a picture. πŸ”ž Do not upload personal photos πŸ”ž There is a queue system. According to the logic of first come, first served, only one picture will be made at a time. Must be able to at least see the outline of a human body β›”"
78
 
79
  examples = [
80
+ [load_image_from_file('example9.webp')],
81
  [load_image_from_file('example2.png')],
82
+ [load_image_from_file('example10.webp')],
83
  [load_image_from_file('example5.webp')],
84
  [load_image_from_file('example6.webp')],
85
  [load_image_from_file('example8.webp')],