Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Solo448
/
speechT5-TTS-hi
like
0
Sleeping
App
Files
Files
Community
Solo448
commited on
Oct 18, 2024
Commit
dc99051
•
1 Parent(s):
db6c5bd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
import gradio as gr
2
3
gr.Interface.load("models/microsoft/speecht5_tts").launch()
1
import gradio as gr
2
+
import spaces
3
+
4
5
gr.Interface.load("models/microsoft/speecht5_tts").launch()