Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
from transformers import pipeline
|
|
|
2 |
|
3 |
asr = pipeline("automatic-speech-recognition", model="distil-whisper/distil-small.en") #sound to text model
|
4 |
|
|
|
1 |
from transformers import pipeline
|
2 |
+
import gradio as gr
|
3 |
|
4 |
asr = pipeline("automatic-speech-recognition", model="distil-whisper/distil-small.en") #sound to text model
|
5 |
|