Spaces:
Running
on
Zero
Running
on
Zero
typo
Browse files
app.py
CHANGED
@@ -78,7 +78,8 @@ def generate_video(
|
|
78 |
ip_image = face_processor.process(pil_image)
|
79 |
print("Face processing completed.")
|
80 |
|
81 |
-
|
|
|
82 |
|
83 |
print("Generating video...")
|
84 |
start_time = time.time()
|
|
|
78 |
ip_image = face_processor.process(pil_image)
|
79 |
print("Face processing completed.")
|
80 |
|
81 |
+
if is_shared_ui:
|
82 |
+
num_steps = 10
|
83 |
|
84 |
print("Generating video...")
|
85 |
start_time = time.time()
|