rutsam's picture
add app.py
1c09abb
raw
history blame
170 Bytes
import gradio as gr
from transformers import pipeline
pipe = pipeline("models/mbazaNLP/Kinyarwanda_nemo_stt_conformer_model")
gr.Interface.from_pipeline(pipe).launch()