drclab commited on
Commit
578a182
1 Parent(s): 66f75cf

https://en.wikipedia.org/wiki/Homoscedasticity_and_heteroscedasticity

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,3 +1,5 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("models/facebook/fastspeech2-en-ljspeech").launch()
 
 
 
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()