eabo's picture
Initial commit
cd814fd
raw
history blame
151 Bytes
import gradio as gr
from whisperui import WhisperModelUI
my_app = gr.Blocks()
iface = WhisperModelUI(my_app)
iface.create_whisper_ui()
iface.launch()