Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ demo_inputs = [
|
|
50 |
gr.Dropdown(
|
51 |
label="Model",
|
52 |
choices=model_list,
|
53 |
-
value="
|
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],
|