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

Homoscedasticity and Heteroscedasticity

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