multimodalart HF staff commited on
Commit
974ca2f
·
verified ·
1 Parent(s): 4218146

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  ]