Spaces:
Runtime error
Runtime error
Commit
·
fb647ca
1
Parent(s):
a458c8b
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ def load_image(url):
|
|
11 |
return image
|
12 |
|
13 |
def generate_image(prompt):
|
|
|
14 |
time.sleep(random.randint(10, 20))
|
15 |
faces = [
|
16 |
"https://avatars.mds.yandex.net/i?id=f9676dc9c99572353c509d298a0b9f6571edca4e-10514707-images-thumbs&n=13",
|
|
|
11 |
return image
|
12 |
|
13 |
def generate_image(prompt):
|
14 |
+
promt = promt.lower()
|
15 |
time.sleep(random.randint(10, 20))
|
16 |
faces = [
|
17 |
"https://avatars.mds.yandex.net/i?id=f9676dc9c99572353c509d298a0b9f6571edca4e-10514707-images-thumbs&n=13",
|