neuralnetworker commited on
Commit
ce194f3
1 Parent(s): f9984b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -1,3 +1,7 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("models/steja/whisper-small-khmer").launch()
 
 
 
 
 
1
  import gradio as gr
2
 
3
+ gr.Interface.load("models/steja/whisper-small-khmer").launch()
4
+
5
+ #Interface for getting audio from user through microphone or the audio file.
6
+
7
+ #streamlit code