Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -264,7 +264,6 @@ def process_transcription(input_sentence):
|
|
264 |
return text
|
265 |
|
266 |
###########################################
|
267 |
-
# functions for transcription.
|
268 |
|
269 |
def transcribe_punjabi_30000(speech):
|
270 |
text = punjaib_modle_30000(speech)["text"]
|
|
|
264 |
return text
|
265 |
|
266 |
###########################################
|
|
|
267 |
|
268 |
def transcribe_punjabi_30000(speech):
|
269 |
text = punjaib_modle_30000(speech)["text"]
|