alztr2908 commited on
Commit
a461386
1 Parent(s): 1fdda11

remove token in app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -4,7 +4,6 @@ import os
4
  hf_key = os.getenv("HF_TOKEN")
5
 
6
  demo = gr.load("huggingface/facebook/fastspeech2-en-ljspeech",
7
- token = hf_key,
8
  description="TTS using FastSpeech2",
9
  title="Text to Speech (TTS)",
10
  examples=[["The quick brown fox jumps over the lazy dog."]]
 
4
  hf_key = os.getenv("HF_TOKEN")
5
 
6
  demo = gr.load("huggingface/facebook/fastspeech2-en-ljspeech",
 
7
  description="TTS using FastSpeech2",
8
  title="Text to Speech (TTS)",
9
  examples=[["The quick brown fox jumps over the lazy dog."]]