pragnakalp commited on
Commit
82bce9d
·
1 Parent(s): ccc9101

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- return calculate(image_in,audio_in)
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