Spaces:
Runtime error
Runtime error
remove token in app.py
Browse files
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."]]
|