mohamedsaeed823's picture
Update app.py
dc829b0 verified
raw
history blame contribute delete
233 Bytes
from transformers import pipeline
audioclassifier = pipeline(task="automatic-speech-recognition", model="dreahim/whisper-small-Egyptian_ASR_3train_2dev_v1")
import gradio as gr
gr.Interface.from_pipeline(audioclassifier).launch()