leenag commited on
Commit
b1133a6
·
verified ·
1 Parent(s): 6dea6ed

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import gradio as gr
2
+ import os
3
+ gr.load("models/vasista22/whisper-tamil-medium", examples = [
4
+ [os.path.join(os.path.abspath(''),"./sample1.wav")]
5
+ ]).launch()