Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,7 +179,7 @@ def inference(source_images,
|
|
| 179 |
|
| 180 |
return video
|
| 181 |
|
| 182 |
-
def process_video(video_file, image_file, positive_prompt, negative_prompt, guidance, random_seed, choice, progress=)->str:#gr.Progress(track_tqdm=True)
|
| 183 |
if choice==33:
|
| 184 |
video_shard=1
|
| 185 |
elif choice==65:
|
|
|
|
| 179 |
|
| 180 |
return video
|
| 181 |
|
| 182 |
+
def process_video(video_file, image_file, positive_prompt, negative_prompt, guidance, random_seed, choice, progress=None)->str:#gr.Progress(track_tqdm=True)
|
| 183 |
if choice==33:
|
| 184 |
video_shard=1
|
| 185 |
elif choice==65:
|