Kvikontent
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def query(payload):
|
|
19 |
return response.content
|
20 |
|
21 |
if prompt:
|
22 |
-
if "Gerenate" in
|
23 |
image_bytes = query({
|
24 |
"inputs": prompt,
|
25 |
})
|
|
|
19 |
return response.content
|
20 |
|
21 |
if prompt:
|
22 |
+
if "Gerenate" in prompt or "Imagine" in prompt or "gemerate" in prompt or "imagine" in prompt or "Create" in prompt or "create" in prompt or "Image" in prompt:
|
23 |
image_bytes = query({
|
24 |
"inputs": prompt,
|
25 |
})
|