Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
LatentSync
Commits
95eac08e
"googlemock/include/vscode:/vscode.git/clone" did not exist on "d442089d53cecbba59b2d8f35d06eac01f1e46da"
Commit
95eac08e
authored
Jan 14, 2025
by
chenpangpang
Browse files
feat: fix bug
parent
4174dd7a
Pipeline
#2216
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
LatentSync/app.py
LatentSync/app.py
+1
-1
No files found.
LatentSync/app.py
View file @
95eac08e
...
...
@@ -88,7 +88,7 @@ def main(video_path, audio_path, progress=gr.Progress(track_tqdm=True)):
print
(
f
"Input audio path:
{
audio_path
}
"
)
print
(
f
"Loaded checkpoint path:
{
inference_ckpt_path
}
"
)
is_shared_ui
=
True
if
"fffiloni/LatentSync"
in
os
.
environ
[
'SPACE_ID'
]
else
False
is_shared_ui
=
False
temp_dir
=
None
if
is_shared_ui
:
temp_dir
=
tempfile
.
mkdtemp
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment