import gradio as gr | |
gr.Interface.load("models/steja/whisper-small-khmer").launch() | |
#Interface for getting audio from user through microphone or the audio file. | |
#streamlit code |
import gradio as gr | |
gr.Interface.load("models/steja/whisper-small-khmer").launch() | |
#Interface for getting audio from user through microphone or the audio file. | |
#streamlit code |