Commit
·
68487c1
1
Parent(s):
a8382dd
Update app.py
Browse files
app.py
CHANGED
@@ -152,8 +152,9 @@ def one_shot_talking(image_in,audio_in):
|
|
152 |
# image_in_one_shot='/content/results/restored_imgs/image_pre.png'
|
153 |
|
154 |
#One Shot Talking Face algorithm
|
155 |
-
calculate(image_in,audio_in)
|
156 |
-
|
|
|
157 |
#Video Quality Improvement
|
158 |
|
159 |
#1. Extract the frames from the video file using PyVideoFramesExtractor
|
|
|
152 |
# image_in_one_shot='/content/results/restored_imgs/image_pre.png'
|
153 |
|
154 |
#One Shot Talking Face algorithm
|
155 |
+
result=calculate(image_in,audio_in)
|
156 |
+
return result
|
157 |
+
exit()
|
158 |
#Video Quality Improvement
|
159 |
|
160 |
#1. Extract the frames from the video file using PyVideoFramesExtractor
|