Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ model_list = data_scraping(model_url_list())
|
|
27 |
for i in range(len(model_list)):
|
28 |
model_list[i] = model_list[i][1:]
|
29 |
|
30 |
-
model_list.append("
|
31 |
|
32 |
def tune_video_predict(
|
33 |
pipe_id: str,
|
@@ -98,7 +98,7 @@ demo_inputs = [
|
|
98 |
demo_outputs = gr.outputs.Video(type="gif", label="Output")
|
99 |
|
100 |
examples = [
|
101 |
-
|
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],
|
|
|
27 |
for i in range(len(model_list)):
|
28 |
model_list[i] = model_list[i][1:]
|
29 |
|
30 |
+
model_list.append("CompVis/stable-diffusion-v1-4")
|
31 |
|
32 |
def tune_video_predict(
|
33 |
pipe_id: str,
|
|
|
98 |
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],
|