Spaces:
Running
on
Zero
Running
on
Zero
charbelgrower
commited on
Commit
•
94a3ee3
1
Parent(s):
ac51d3f
- GFPGANv1.4.pth +3 -0
- app.py +0 -1
GFPGANv1.4.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2cd4703ab14f4d01fd1383a8a8b266f9a5833dacee8e6a79d3bf21a1b6be5ad
|
3 |
+
size 348632874
|
app.py
CHANGED
@@ -311,7 +311,6 @@ def process_video(source_path: str, target_path: str, enhance = False, progress=
|
|
311 |
|
312 |
add_audio_to_video(video_path, audio_path, output_path)
|
313 |
|
314 |
-
remove_temp_directory(temp_dir)
|
315 |
return output_path
|
316 |
|
317 |
app = gr.Interface(
|
|
|
311 |
|
312 |
add_audio_to_video(video_path, audio_path, output_path)
|
313 |
|
|
|
314 |
return output_path
|
315 |
|
316 |
app = gr.Interface(
|