drclab commited on
Commit
b551991
1 Parent(s): e93c7ab

Homoscedasticity and Heteroscedasticity

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,7 @@
1
  import gradio as gr
2
 
 
 
3
  gr.Interface.load(name="models/facebook/fastspeech2-en-ljspeech",
4
  description="Homoscedasticity and Heteroscedasticity",
5
  example=[["homoscedasticity and heteroscedasticity"],]).launch()
 
1
  import gradio as gr
2
 
3
+
4
+
5
  gr.Interface.load(name="models/facebook/fastspeech2-en-ljspeech",
6
  description="Homoscedasticity and Heteroscedasticity",
7
  example=[["homoscedasticity and heteroscedasticity"],]).launch()