ApplioRVC-Inference / app.pyjjjjj
Kangarroar's picture
Rename app.py to app.pyjjjjj
7d07429
raw
history blame
No virus
348 Bytes
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)