GudmundurGG's picture
Update app.py
54a8afa
raw
history blame
176 Bytes
import gradio as gr
gr.Interface.load("models/NbAiLab/nb-whisper-small-beta").launch()
generate_kwargs={'task': 'transcribe', 'language': 'no'},
return_timestamps=True,