jhj0517
commited on
Commit
·
57ae0de
1
Parent(s):
aa337d6
Update desc
Browse files
modules/live_portrait/live_portrait_inferencer.py
CHANGED
|
@@ -326,7 +326,7 @@ class LivePortraitInferencer:
|
|
| 326 |
np.uint8)
|
| 327 |
out_list.append(out)
|
| 328 |
|
| 329 |
-
progress(i/total_length, "
|
| 330 |
|
| 331 |
if len(out_list) == 0:
|
| 332 |
return None
|
|
|
|
| 326 |
np.uint8)
|
| 327 |
out_list.append(out)
|
| 328 |
|
| 329 |
+
progress(i/total_length, desc="Generating frames..")
|
| 330 |
|
| 331 |
if len(out_list) == 0:
|
| 332 |
return None
|