h4d35 commited on
Commit
d92fc2c
1 Parent(s): 876e678

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ import gradio as gr
2
+ name_list = ['models/Harveenchadha/hindi_model_with_lm_vakyansh']
3
+ interfaces = [gr.Interface.load(name) for name in name_list]
4
+ gr.mix.Parallel(*interfaces, title="Hindi Wav2Vec2 model with LM head", description="Wav2Vec with LM head for Hindi").launch()