PengWeixuanSZU commited on
Commit
e8b9b08
·
verified ·
1 Parent(s): 92af929

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -233,6 +233,10 @@ def process_video(video_file, image_file, positive_prompt, negative_prompt, guid
233
  PIPE=init_pipe()
234
  """
235
 
 
 
 
 
236
  with gr.Blocks() as demo:
237
  gr.Markdown("""
238
  # Señorita-2M: A High-Quality Instruction-based Dataset for General Video Editing by Video Specialists
 
233
  PIPE=init_pipe()
234
  """
235
 
236
+
237
+ def process_video(video_file, image_file, positive_prompt, negative_prompt, guidance, random_seed, choice, progress=gr.Progress(track_tqdm=True))->str:
238
+ return "123456"
239
+
240
  with gr.Blocks() as demo:
241
  gr.Markdown("""
242
  # Señorita-2M: A High-Quality Instruction-based Dataset for General Video Editing by Video Specialists