Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,8 +63,7 @@ def run_comparison(prompt):
|
|
| 63 |
image_hyper=pipe_hyper(prompt=prompt, num_inference_steps=1, guidance_scale=0, timesteps=[800]).images[0]
|
| 64 |
return image_turbo, image_lightning, image_hyper
|
| 65 |
|
| 66 |
-
examples =
|
| 67 |
-
["A dignified beaver wearing glasses, a vest, and colorful neck tie.",
|
| 68 |
"The spirit of a tamagotchi wandering in the city of Barcelona",
|
| 69 |
"an ornate, high-backed mahogany chair with a red cushion",
|
| 70 |
"a sketch of a camel next to a stream",
|
|
|
|
| 63 |
image_hyper=pipe_hyper(prompt=prompt, num_inference_steps=1, guidance_scale=0, timesteps=[800]).images[0]
|
| 64 |
return image_turbo, image_lightning, image_hyper
|
| 65 |
|
| 66 |
+
examples = ["A dignified beaver wearing glasses, a vest, and colorful neck tie.",
|
|
|
|
| 67 |
"The spirit of a tamagotchi wandering in the city of Barcelona",
|
| 68 |
"an ornate, high-backed mahogany chair with a red cushion",
|
| 69 |
"a sketch of a camel next to a stream",
|