pragnakalp commited on
Commit
6993ae1
·
1 Parent(s): c3bba51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ 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
 
 
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