Has-ai commited on
Commit
84bd79d
1 Parent(s): 699d923

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -4,9 +4,8 @@ import logging
4
  from typing import cast
5
 
6
  import gradio as gr
7
- from huggingface_hub import hf_hub_download, list_repo_files, balacoon/tts
8
- addon_path = hf_hub_download(repo_id="balacoon/tts")
9
  from balacoon_tts import TTS
 
10
 
11
 
12
  # global tts module, initialized from a model selected
 
4
  from typing import cast
5
 
6
  import gradio as gr
 
 
7
  from balacoon_tts import TTS
8
+ from huggingface_hub import hf_hub_download, list_repo_files
9
 
10
 
11
  # global tts module, initialized from a model selected