Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,6 @@ from transformers import pipeline # Import pipeline for automatic speech reco
|
|
8 |
|
9 |
# Importing custom utility functions for text processing.
|
10 |
from text2int import text_to_int # Converts text numbers (e.g., "one") into integers (e.g., 1).
|
11 |
-
from isNumber import is_number # Checks if a string is a number.
|
12 |
from Text2List import text_to_list # Converts a text string into a list of words.
|
13 |
from convert2list import convert_to_list # Converts processed text into a structured list.
|
14 |
from processDoubles import process_doubles # Handles repeated words or numbers in speech recognition output.
|
|
|
8 |
|
9 |
# Importing custom utility functions for text processing.
|
10 |
from text2int import text_to_int # Converts text numbers (e.g., "one") into integers (e.g., 1).
|
|
|
11 |
from Text2List import text_to_list # Converts a text string into a list of words.
|
12 |
from convert2list import convert_to_list # Converts processed text into a structured list.
|
13 |
from processDoubles import process_doubles # Handles repeated words or numbers in speech recognition output.
|