File size: 154 Bytes
cd814fd
 
 
 
 
 
4ab037d
1
2
3
4
5
6
7
8
import gradio as gr
from whisperui import WhisperModelUI

my_app = gr.Blocks()
iface = WhisperModelUI(my_app)
iface.create_whisper_ui()
iface.launch_ui()