merve HF staff commited on
Commit
b9a46c5
1 Parent(s): 0e6cc7d

Added example prompts

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -50,7 +50,7 @@ demo_inputs = [
50
  gr.Dropdown(
51
  label="Model",
52
  choices=model_list,
53
- value="Tune-A-Video-library/a-man-is-surfing",
54
  ),
55
  gr.inputs.Textbox(
56
  label="Prompt",
@@ -98,8 +98,10 @@ demo_inputs = [
98
  demo_outputs = gr.outputs.Video(type="gif", label="Output")
99
 
100
  examples = [
101
- ["Tune-A-Video-library/a-man-is-surfing", "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/mr-potato-head", "sks mr potato head, wearing a pink hat, is surfing.", 5, 416, 416, 50, 7.5],
104
  ["sd-dreambooth-library/mr-potato-head", "sks mr potato head is surfing in the forest.", 5, 416, 416, 50, 7.5],
105
  ]
 
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",
 
98
  demo_outputs = gr.outputs.Video(type="gif", label="Output")
99
 
100
  examples = [
101
+ #["Tune-A-Video-library/a-man-is-surfing", "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],
106
  ["sd-dreambooth-library/mr-potato-head", "sks mr potato head is surfing in the forest.", 5, 416, 416, 50, 7.5],
107
  ]