evalstate HF Staff commited on
Commit
e921e34
·
verified ·
1 Parent(s): 4d7f223

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def generate_image(
86
  guidance_scale=1.0 # Use a fixed default for distilled guidance
87
  ).images[0]
88
 
89
- return image, "Seed used for generation: " + seed
90
 
91
  # --- Examples and UI Layout ---
92
  examples = [
 
86
  guidance_scale=1.0 # Use a fixed default for distilled guidance
87
  ).images[0]
88
 
89
+ return image, "Seed used for generation: " + str(seed)
90
 
91
  # --- Examples and UI Layout ---
92
  examples = [