linoyts HF Staff commited on
Commit
84be46e
·
verified ·
1 Parent(s): fc950c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,7 +209,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
209
  example_image_path = os.path.join(os.path.dirname(__file__), "examples/i2v_input.JPG")
210
  gr.Examples(
211
  examples=[
212
- [example_image_path, "The cat removes the glasses eyes.", "1280*704", 1.5],
213
  [None, "A cinematic shot of a boat sailing on a calm sea at sunset.", "1280*704", 2.0],
214
  [None, "Drone footage flying over a futuristic city with flying cars.", "1280*704", 2.0],
215
  ],
 
209
  example_image_path = os.path.join(os.path.dirname(__file__), "examples/i2v_input.JPG")
210
  gr.Examples(
211
  examples=[
212
+ [example_image_path, "The cat removes the glasses from its eyes.", "1280*704", 1.5],
213
  [None, "A cinematic shot of a boat sailing on a calm sea at sunset.", "1280*704", 2.0],
214
  [None, "Drone footage flying over a futuristic city with flying cars.", "1280*704", 2.0],
215
  ],