ai-forever commited on
Commit
d362a2c
·
verified ·
1 Parent(s): 57e1311

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,7 +38,7 @@ device_map = {
38
  "vae": torch.device('cuda'),
39
  "text_embedder": torch.device('cuda')
40
  }
41
- pipe = get_T2V_pipeline(device_map)
42
 
43
  max_64_bit_int = 2**63 - 1
44
 
@@ -159,7 +159,7 @@ with gr.Blocks() as demo:
159
  )
160
  aspect_ratio = aspect_ratio_variants[aspect_ratio]
161
  with gr.Column():
162
- enhance_button = gr.Button("Beautify prompt with GigaChat-Max")
163
  generate_btn = gr.Button("Generate Video")
164
 
165
  # with gr.Accordion("Advanced options", open=False):
 
38
  "vae": torch.device('cuda'),
39
  "text_embedder": torch.device('cuda')
40
  }
41
+ # pipe = get_T2V_pipeline(device_map)
42
 
43
  max_64_bit_int = 2**63 - 1
44
 
 
159
  )
160
  aspect_ratio = aspect_ratio_variants[aspect_ratio]
161
  with gr.Column():
162
+ enhance_button = gr.Button("Beautify prompt with [GigaChat-Max](https://giga.chat)")
163
  generate_btn = gr.Button("Generate Video")
164
 
165
  # with gr.Accordion("Advanced options", open=False):