Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
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()
|