Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -267,10 +267,4 @@ with gr.Blocks(css="style.css") as demo_with_history:
|
|
| 267 |
# user_history.render()
|
| 268 |
|
| 269 |
if __name__ == "__main__":
|
| 270 |
-
demo_with_history.queue(max_size=20).launch()
|
| 271 |
-
|
| 272 |
-
|
| 273 |
-
prior_output = prior(prompt)
|
| 274 |
-
images = decoder(prompt=prompt,
|
| 275 |
-
image_embeddings=prior_output.image_embeddings)
|
| 276 |
-
images[0][0]
|
|
|
|
| 267 |
# user_history.render()
|
| 268 |
|
| 269 |
if __name__ == "__main__":
|
| 270 |
+
demo_with_history.queue(max_size=20).launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|