Update app.py
Browse files
app.py
CHANGED
|
@@ -58,8 +58,7 @@ def load_image_from_file(file_path, new_height=None):
|
|
| 58 |
return None
|
| 59 |
|
| 60 |
title = "Undress AI"
|
| 61 |
-
description = "โ Input photos of people, similar to the test picture at the bottom, and undress pictures will be produced. You may have
|
| 62 |
-
to wait 30 seconds for a picture. ๐ Do not upload personal photos ๐"
|
| 63 |
|
| 64 |
# Prepare examples
|
| 65 |
examples = [
|
|
|
|
| 58 |
return None
|
| 59 |
|
| 60 |
title = "Undress AI"
|
| 61 |
+
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 ๐"
|
|
|
|
| 62 |
|
| 63 |
# Prepare examples
|
| 64 |
examples = [
|