Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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('
|
| 81 |
[load_image_from_file('example2.png')],
|
| 82 |
-
[load_image_from_file('
|
| 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')],
|