rphrp1985 commited on
Commit
e603372
·
verified ·
1 Parent(s): 97d724b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def generate_image(prompt, seed=24, width=DEFAULT_WIDTH, height=DEFAULT_HEIGHT,
79
  img_data_url = f"data:image/webp;base64,{img_base64}"
80
 
81
  latency = f"Latency: {(time.time()-start_time):.2f} seconds"
82
- return img_data_url, generator.seed, latency
83
 
84
  # Example prompts
85
  examples = [
 
79
  img_data_url = f"data:image/webp;base64,{img_base64}"
80
 
81
  latency = f"Latency: {(time.time()-start_time):.2f} seconds"
82
+ return img, generator.seed, latency
83
 
84
  # Example prompts
85
  examples = [