Commit
·
ccc9101
1
Parent(s):
6993ae1
Update app.py
Browse files
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 |
-
|
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 |
|