Commit
·
1705e20
1
Parent(s):
ba26aa6
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def one_shot(image_in,audio_in,gender):
|
|
42 |
f.seek(0)
|
43 |
sound = AudioSegment.from_file(f.name, format="mp3")
|
44 |
sound.export("/content/audio.wav", format="wav")
|
45 |
-
audio_in="
|
46 |
return calculate(image_in,audio_in)
|
47 |
|
48 |
def run():
|
|
|
42 |
f.seek(0)
|
43 |
sound = AudioSegment.from_file(f.name, format="mp3")
|
44 |
sound.export("/content/audio.wav", format="wav")
|
45 |
+
audio_in="audio.wav"
|
46 |
return calculate(image_in,audio_in)
|
47 |
|
48 |
def run():
|