pragnakalp commited on
Commit
a7e4915
·
1 Parent(s): 60e163b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def one_shot(image_in,audio_in,gender):
43
  sound = AudioSegment.from_file(f.name, format="mp3")
44
  sound.export("/content/audio.wav", format="wav")
45
 
46
- return calculate(image_in,"/content/audio.wav")
47
 
48
  def run():
49
  with block:
 
43
  sound = AudioSegment.from_file(f.name, format="mp3")
44
  sound.export("/content/audio.wav", format="wav")
45
 
46
+ return calculate(image_in,"/content/audio.wav")
47
 
48
  def run():
49
  with block: