Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def sel_lng(lng, mic=None, file=None):
|
|
102 |
return "You must either provide a mic recording or a file"
|
103 |
|
104 |
if lng == "model_1":
|
105 |
-
return
|
106 |
# elif lng == "model_2":
|
107 |
# return transcribe_hindi_new(audio)
|
108 |
# elif lng== "model_3":
|
|
|
102 |
return "You must either provide a mic recording or a file"
|
103 |
|
104 |
if lng == "model_1":
|
105 |
+
return Noise_cancellation_function(audio)
|
106 |
# elif lng == "model_2":
|
107 |
# return transcribe_hindi_new(audio)
|
108 |
# elif lng== "model_3":
|