Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def infer(prompt, seed=42, randomize_seed=False, num_inference_steps=8, progress
|
|
56 |
return gif_name, gr.update(value=image, visible=True), seed
|
57 |
|
58 |
examples = [
|
59 |
-
"a cute cat raising their paws in the air and waving hello. There is a sign over the cat's head that says "Flux does Video
|
60 |
"Will Smith eating pizza",
|
61 |
"A flying saucer over the white house",
|
62 |
]
|
|
|
56 |
return gif_name, gr.update(value=image, visible=True), seed
|
57 |
|
58 |
examples = [
|
59 |
+
"a cute cat raising their paws in the air and waving hello. There is a sign over the cat's head that says \"Flux does Video?\"",
|
60 |
"Will Smith eating pizza",
|
61 |
"A flying saucer over the white house",
|
62 |
]
|