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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("Tune-A-Video-library/a-man-is-surfing")
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
- #["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],
 
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],