AP123 commited on
Commit
2a62dc3
1 Parent(s): 3e57e9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ iface = gr.Interface(
63
  gr.Image(type="pil"),
64
  gr.Radio(["zoom-out", "tilt-up", "pan-left"]),
65
  gr.Textbox(label="Prompt"),
66
- gr.Slider(minimum=0, maximum=4, step=0.1, default=1, label="IP Adapter Strength")
67
  ],
68
  outputs=gr.Image(type="pil", label="Generated GIF"),
69
  title="AnimateDiff + IP Adapter Demo",
 
63
  gr.Image(type="pil"),
64
  gr.Radio(["zoom-out", "tilt-up", "pan-left"]),
65
  gr.Textbox(label="Prompt"),
66
+ gr.Slider(minimum=0, maximum=4, step=0.1, value=1, label="IP Adapter Strength")
67
  ],
68
  outputs=gr.Image(type="pil", label="Generated GIF"),
69
  title="AnimateDiff + IP Adapter Demo",