Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
# from: https://gradio.app/real_time_speech_recognition/
|
2 |
|
3 |
from transformers import pipeline, Wav2Vec2CTCTokenizer, Wav2Vec2ForCTC, Wav2Vec2ProcessorWithLM
|
|
|
4 |
import pyctcdecode
|
5 |
import kenlm
|
6 |
import gradio as gr
|
|
|
1 |
# from: https://gradio.app/real_time_speech_recognition/
|
2 |
|
3 |
from transformers import pipeline, Wav2Vec2CTCTokenizer, Wav2Vec2ForCTC, Wav2Vec2ProcessorWithLM
|
4 |
+
import torch
|
5 |
import pyctcdecode
|
6 |
import kenlm
|
7 |
import gradio as gr
|