Update app.py
Browse files
app.py
CHANGED
@@ -36,6 +36,7 @@ torch_dtype = torch.float16 if torch.cuda.is_available() else torch.float32
|
|
36 |
transformers_logging.set_verbosity_error()
|
37 |
warnings.filterwarnings("ignore", category=UserWarning)
|
38 |
|
|
|
39 |
# -------------------------------------------------------------------------------------------------------------------
|
40 |
|
41 |
def cosine_sim_wer_single(reference, prediction):
|
|
|
36 |
transformers_logging.set_verbosity_error()
|
37 |
warnings.filterwarnings("ignore", category=UserWarning)
|
38 |
|
39 |
+
|
40 |
# -------------------------------------------------------------------------------------------------------------------
|
41 |
|
42 |
def cosine_sim_wer_single(reference, prediction):
|