Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
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 = [
|