pragnakalp
commited on
Commit
•
730c6a9
1
Parent(s):
a24bf76
Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ def one_shot_talking(image_in,audio_in):
|
|
156 |
|
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")
|
|
|
156 |
|
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")
|