ajsbsd commited on
Commit
a1d5dc1
·
verified ·
1 Parent(s): 5199c19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -59,7 +59,6 @@ def split_text_into_chunks(text, max_chars=400):
59
  @spaces.GPU
60
  def load_models():
61
  global tokenizer, llm_model, tts_processor, tts_model, tts_vocoder, speaker_embeddings, whisper_processor, whisper_model
62
-
63
  hf_token = os.environ.get("HF_TOKEN")
64
 
65
  # LLM
 
59
  @spaces.GPU
60
  def load_models():
61
  global tokenizer, llm_model, tts_processor, tts_model, tts_vocoder, speaker_embeddings, whisper_processor, whisper_model
 
62
  hf_token = os.environ.get("HF_TOKEN")
63
 
64
  # LLM