Spaces:
Runtime error
Runtime error
Commit
·
3d120ba
1
Parent(s):
ab0cb41
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import gradio as gr
|
|
|
2 |
from transformers.file_utils import cached_path, hf_bucket_url
|
3 |
import os
|
4 |
from transformers import Wav2Vec2ProcessorWithLM, AutoModelForCTC
|
|
|
1 |
import gradio as gr
|
2 |
+
import numpy as np
|
3 |
from transformers.file_utils import cached_path, hf_bucket_url
|
4 |
import os
|
5 |
from transformers import Wav2Vec2ProcessorWithLM, AutoModelForCTC
|