Spaces:
Runtime error
Runtime error
File size: 148 Bytes
fadb965 |
1 2 3 4 5 |
import streamlit as st
from trasformers import pipeline
transcriber = pipeline(task="automatic-speech-recognition")
url = st.text_area('Enter URL')
|