fantaxy commited on
Commit
1f11e93
·
verified ·
1 Parent(s): 76751e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -100,10 +100,6 @@ def infer(image, prompt, steps=50, cfg_scale=7.5, eta=1.0, fs=3, seed=123):
100
  i2v_examples = [
101
  ['prompts/1024/astronaut04.png', '우주인 복장으로 기타를 치는 남자', 30, 7.5, 1.0, 6, 123],
102
  ['prompts/1024/bloom01.png', 'time-lapse of a blooming flower with leaves and a stem', 30, 7.5, 1.0, 10, 123],
103
- ['prompts/1024/girl07.png', 'a beautiful woman with long hair and a dress blowing in the wind', 30, 7.5, 1.0, 10, 123],
104
- ['prompts/1024/pour_bear.png', 'pouring beer into a glass of ice and beer', 30, 7.5, 1.0, 10, 123],
105
- ['prompts/1024/robot01.png', 'a robot is walking through a destroyed city', 30, 7.5, 1.0, 10, 123],
106
- ['prompts/1024/firework03.png', 'fireworks display', 30, 7.5, 1.0, 10, 123],
107
  ]
108
 
109
  css = """#input_img {max-width: 1024px !important} #output_vid {max-width: 1024px; max-height: 576px}"""
@@ -140,5 +136,5 @@ with gr.Blocks(analytics_enabled=False, css=css) as dynamicrafter_iface:
140
  fn = infer
141
  )
142
 
143
- dynamicrafter_iface.launch(cache_examples=False)
144
  #dynamicrafter_iface.launch(server_port=7890, server_name="0.0.0.0", share=True)
 
100
  i2v_examples = [
101
  ['prompts/1024/astronaut04.png', '우주인 복장으로 기타를 치는 남자', 30, 7.5, 1.0, 6, 123],
102
  ['prompts/1024/bloom01.png', 'time-lapse of a blooming flower with leaves and a stem', 30, 7.5, 1.0, 10, 123],
 
 
 
 
103
  ]
104
 
105
  css = """#input_img {max-width: 1024px !important} #output_vid {max-width: 1024px; max-height: 576px}"""
 
136
  fn = infer
137
  )
138
 
139
+ dynamicrafter_iface.launch()
140
  #dynamicrafter_iface.launch(server_port=7890, server_name="0.0.0.0", share=True)