MySafeCode commited on
Commit
f3cc2f8
·
verified ·
1 Parent(s): 74e2ebc

Update ups.py

Browse files
Files changed (1) hide show
  1. ups.py +1 -7
ups.py CHANGED
@@ -255,13 +255,7 @@ with gr.Blocks(title="BytePlus Video Gallery", theme=gr.themes.Soft()) as demo:
255
  fn=refresh_task_list,
256
  outputs=task_list
257
  )
258
-
259
- # Connect generate button with updated inputs
260
- generate_btn.click(
261
- fn=generate_video,
262
- inputs=[image_input, image_url_input, prompt],
263
- outputs=[status, video_output]
264
- )
265
 
266
  if __name__ == "__main__":
267
  demo.launch(server_name="0.0.0.0")
 
255
  fn=refresh_task_list,
256
  outputs=task_list
257
  )
258
+
 
 
 
 
 
 
259
 
260
  if __name__ == "__main__":
261
  demo.launch(server_name="0.0.0.0")