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

Homoscedasticity and Heteroscedasticity

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,5 +2,5 @@ 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"],]
6
- title="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"],]).title(
6
+ "Homoscedasticity and Heteroscedasticity").launch()