Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Geek7
/
ancztxi2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Geek7
commited on
Oct 5, 2024
Commit
31a41b2
·
verified
·
1 Parent(s):
6e02e10
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
-
3
-
gr
.
Interface.load("models/speechbrain/mtl-mimic-voicebank").
launch()
1
import gradio as gr
2
+
demo = gr.load("speechbrain/mtl-mimic-voicebank", src="models")
3
+
demo
.launch()