pragnakalp commited on
Commit
e135535
·
1 Parent(s): 3c501a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ def one_shot_talking(image_in,audio_in):
154
  os.system(f"python /content/PyVideoFramesExtractor/extract.py --video=/content/train/image_audio.mp4")
155
 
156
  #2. Improve image quality using GFPGAN on each frames
157
- os.system(f"rm -rf /content/extracted_frames/image_audio_frames")
158
  # os.system(f"rm -rf /content/video_results/")
159
  os.system(f"python /content/GFPGAN/inference_gfpgan.py --upscale 2 -i /content/extracted_frames/image_audio_frames -o /content/video_results --bg_upsampler realesrgan")
160
 
 
154
  os.system(f"python /content/PyVideoFramesExtractor/extract.py --video=/content/train/image_audio.mp4")
155
 
156
  #2. Improve image quality using GFPGAN on each frames
157
+ # os.system(f"rm -rf /content/extracted_frames/image_audio_frames")
158
  # os.system(f"rm -rf /content/video_results/")
159
  os.system(f"python /content/GFPGAN/inference_gfpgan.py --upscale 2 -i /content/extracted_frames/image_audio_frames -o /content/video_results --bg_upsampler realesrgan")
160