File size: 348 Bytes
db804e6
 
 
 
 
 
 
 
fc7a9fb
db804e6
 
186e991
1
2
3
4
5
6
7
8
9
10
11
12
import gradio as gr

s2t=gr.Interface.load('huggingface/facebook/s2t-medium-librispeech-asr')

iface = gr.Interface(
  fn=out, 
  title="DIFF-SVC Cloud Rendering",
  description="",
  inputs=[gr.inputs.Audio(source="upload", type="filepath", label=None, optional=True)],                                           
)

iface.launch(enable_queue=True)