pragnakalp
commited on
Commit
•
d867851
1
Parent(s):
730c6a9
Update app.py
Browse files
app.py
CHANGED
@@ -157,6 +157,7 @@ def one_shot_talking(image_in,audio_in):
|
|
157 |
|
158 |
# Pre-processing of image
|
159 |
# crop_img=crop_src_image(image_in)
|
|
|
160 |
|
161 |
if os.path.exists("/content/results/restored_imgs/image_pre.png"):
|
162 |
os.system(f"rm -rf /content/results/restored_imgs/image_pre.png")
|
|
|
157 |
|
158 |
# Pre-processing of image
|
159 |
# crop_img=crop_src_image(image_in)
|
160 |
+
crop_src_image(image_in)
|
161 |
|
162 |
if os.path.exists("/content/results/restored_imgs/image_pre.png"):
|
163 |
os.system(f"rm -rf /content/results/restored_imgs/image_pre.png")
|