EC2 Default User
commited on
Commit
·
bc936ee
1
Parent(s):
cf0cf95
Adding demo errors
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ def create_video(Text,Voicetoclone):
|
|
168 |
|
169 |
if is_command_ok > 0:
|
170 |
print("Error : Ensure the video contains a face in all the frames.")
|
171 |
-
out_file="
|
172 |
return out_file
|
173 |
else:
|
174 |
print("OK")
|
|
|
168 |
|
169 |
if is_command_ok > 0:
|
170 |
print("Error : Ensure the video contains a face in all the frames.")
|
171 |
+
out_file="./demo/tryagain1.mp4"
|
172 |
return out_file
|
173 |
else:
|
174 |
print("OK")
|