Ashhar
commited on
Commit
•
5d5d235
1
Parent(s):
94053ec
slight msg change
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ def __getRawImagePromptDetails(prompt: str, response: str) -> Tuple[str, str, st
|
|
148 |
"""
|
149 |
Style: In a storybook, surreal
|
150 |
""",
|
151 |
-
"Imagining your scene
|
152 |
)
|
153 |
|
154 |
return (None, None, None)
|
|
|
148 |
"""
|
149 |
Style: In a storybook, surreal
|
150 |
""",
|
151 |
+
"Imagining your story scene ...",
|
152 |
)
|
153 |
|
154 |
return (None, None, None)
|