Fix : Reading the uploaded Audio
Browse files- __pycache__/app.cpython-310.pyc +0 -0
- app.py +1 -1
__pycache__/app.cpython-310.pyc
CHANGED
|
Binary files a/__pycache__/app.cpython-310.pyc and b/__pycache__/app.cpython-310.pyc differ
|
|
|
app.py
CHANGED
|
@@ -15,7 +15,7 @@ global_model = None
|
|
| 15 |
global_neptune = None
|
| 16 |
global_tokenizer = None
|
| 17 |
global_pipe = None
|
| 18 |
-
|
| 19 |
def init_app():
|
| 20 |
global global_model, global_neptune, global_pipe
|
| 21 |
print("Loading models...")
|
|
|
|
| 15 |
global_neptune = None
|
| 16 |
global_tokenizer = None
|
| 17 |
global_pipe = None
|
| 18 |
+
|
| 19 |
def init_app():
|
| 20 |
global global_model, global_neptune, global_pipe
|
| 21 |
print("Loading models...")
|