ehristoforu commited on
Commit
52124ed
·
1 Parent(s): 6b3775a

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +2 -2
run.py CHANGED
@@ -7,9 +7,9 @@ tts_examples = [
7
 
8
  tts_demo = gr.load(
9
  "huggingface/facebook/fastspeech2-en-ljspeech",
10
- title=None,
11
  examples=tts_examples,
12
- description="Give me something to say!",
13
  )
14
 
15
  demo = tts_demo
 
7
 
8
  tts_demo = gr.load(
9
  "huggingface/facebook/fastspeech2-en-ljspeech",
10
+ title="Text-to-Spech,
11
  examples=tts_examples,
12
+ theme="Soft",
13
  )
14
 
15
  demo = tts_demo