Commit
·
82bce9d
1
Parent(s):
ccc9101
Update app.py
Browse files
app.py
CHANGED
@@ -49,8 +49,8 @@ def one_shot(image,input_text,gender):
|
|
49 |
sound = AudioSegment.from_file(f.name, format="mp3")
|
50 |
sound.export("/content/audio.wav", format="wav")
|
51 |
audio_in="/content/audio.wav"
|
52 |
-
|
53 |
-
|
54 |
|
55 |
|
56 |
|
|
|
49 |
sound = AudioSegment.from_file(f.name, format="mp3")
|
50 |
sound.export("/content/audio.wav", format="wav")
|
51 |
audio_in="/content/audio.wav"
|
52 |
+
video=calculate(image_in,audio_in)
|
53 |
+
return video
|
54 |
|
55 |
|
56 |
|