Spaces:
Running
Running
File size: 151 Bytes
cd814fd |
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()
|