File size: 273 Bytes
d92fc2c
 
 
 
1
2
3
4
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()