evalstate HF Staff commited on
Commit
e5d8010
·
verified ·
1 Parent(s): 3c74019

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -223,7 +223,7 @@ def generate_image(
223
  true_cfg_scale=guidance_scale, # Use true_cfg_scale for this model
224
  ).images[0]
225
 
226
- return image, seed
227
 
228
  # --- Examples and UI Layout ---
229
  examples = [
 
223
  true_cfg_scale=guidance_scale, # Use true_cfg_scale for this model
224
  ).images[0]
225
 
226
+ return image, "Seed used for generation: " + str(seed)
227
 
228
  # --- Examples and UI Layout ---
229
  examples = [