Spaces:
Running
on
Zero
Running
on
Zero
Add function to lt user know image gen completed
Browse files
app.py
CHANGED
@@ -37,6 +37,8 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, guidan
|
|
37 |
good_vae=good_vae,
|
38 |
):
|
39 |
yield img, seed
|
|
|
|
|
40 |
|
41 |
examples = [
|
42 |
"a tiny astronaut hatching from an egg on the moon",
|
|
|
37 |
good_vae=good_vae,
|
38 |
):
|
39 |
yield img, seed
|
40 |
+
|
41 |
+
gr.Info("Image Generation Completed")
|
42 |
|
43 |
examples = [
|
44 |
"a tiny astronaut hatching from an egg on the moon",
|