Solo448 commited on
Commit
dc99051
1 Parent(s): db6c5bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -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()