merve HF staff commited on
Commit
d2d462e
1 Parent(s): bf234ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -50,7 +50,7 @@ demo_inputs = [
50
  gr.Dropdown(
51
  label="Model",
52
  choices=model_list,
53
- value="sd-dreambooth-library/disco-diffusion-style",
54
  ),
55
  gr.inputs.Textbox(
56
  label="Prompt",
@@ -99,7 +99,6 @@ demo_outputs = gr.outputs.Video(type="gif", label="Output")
99
 
100
  examples = [
101
  ["CompVis/stable-diffusion-v1-4", "a panda is surfing", 5, 416, 416, 50, 7.5],
102
- #["Tune-A-Video-library/a-man-is-surfing", "a flower blooming", 5, 416, 416, 50, 7.5],
103
  ["sd-dreambooth-library/disco-diffusion-style", "ddfusion style on the church", 5, 416, 416, 50, 7.5],
104
  ["sd-dreambooth-library/nasa-space-v2-768", "nasa style galaxy moving", 5, 416, 416, 50, 7.5],
105
  ["sd-dreambooth-library/mr-potato-head", "sks mr potato head, wearing a pink hat, is surfing.", 5, 416, 416, 50, 7.5],
 
50
  gr.Dropdown(
51
  label="Model",
52
  choices=model_list,
53
+ value="CompVis/stable-diffusion-v1-4",
54
  ),
55
  gr.inputs.Textbox(
56
  label="Prompt",
 
99
 
100
  examples = [
101
  ["CompVis/stable-diffusion-v1-4", "a panda is surfing", 5, 416, 416, 50, 7.5],
 
102
  ["sd-dreambooth-library/disco-diffusion-style", "ddfusion style on the church", 5, 416, 416, 50, 7.5],
103
  ["sd-dreambooth-library/nasa-space-v2-768", "nasa style galaxy moving", 5, 416, 416, 50, 7.5],
104
  ["sd-dreambooth-library/mr-potato-head", "sks mr potato head, wearing a pink hat, is surfing.", 5, 416, 416, 50, 7.5],