KingNish commited on
Commit
cf19862
1 Parent(s): 76d8871

Add function to lt user know image gen completed

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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",