h4d35's picture
Upload app.py
d92fc2c
import gradio as gr
name_list = ['models/Harveenchadha/hindi_model_with_lm_vakyansh']
interfaces = [gr.Interface.load(name) for name in name_list]
gr.mix.Parallel(*interfaces, title="Hindi Wav2Vec2 model with LM head", description="Wav2Vec with LM head for Hindi").launch()