Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|