Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
awacke1
/
SpeechToText-MS
like
3
Running
App
Files
Files
Community
22ae0df
SpeechToText-MS
/
app.py
awacke1
initial commit
22ae0df
over 1 year ago
raw
Copy download link
history
blame
Safe
80 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/microsoft/speecht5_tts"
).launch()