Spaces:
Runtime error
Runtime error
Update app.py
Browse files<audio controls src="https://cdn-uploads.huggingface.co/production/uploads/66254b15e0f8ed1c9a2b660a/TZ5EKGBfZmN9VHQR7fjfd.wav"></audio>
app.py
CHANGED
@@ -68,4 +68,4 @@ def handle_inputs(text, file):
|
|
68 |
audio_path = file_to_audio(file)
|
69 |
return audio_path, 'Thanks for your File'
|
70 |
else:
|
71 |
-
return None, "No input provided."
|
|
|
68 |
audio_path = file_to_audio(file)
|
69 |
return audio_path, 'Thanks for your File'
|
70 |
else:
|
71 |
+
return None, "No input provided."
|