Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -145,7 +145,8 @@ def respond(
|
|
| 145 |
token="".join([response.token.text for response in stream if response.token.text != "</s>"])
|
| 146 |
response += token
|
| 147 |
yield response
|
| 148 |
-
|
|
|
|
| 149 |
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
|
| 150 |
"An astronaut riding a green horse",
|
| 151 |
"A delicious ceviche cheesecake slice",
|
|
|
|
| 145 |
token="".join([response.token.text for response in stream if response.token.text != "</s>"])
|
| 146 |
response += token
|
| 147 |
yield response
|
| 148 |
+
|
| 149 |
+
examples = [
|
| 150 |
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
|
| 151 |
"An astronaut riding a green horse",
|
| 152 |
"A delicious ceviche cheesecake slice",
|