KevinGeng commited on
Commit
fba95bd
1 Parent(s): d0c3405

multi selection TTS

Browse files
Files changed (2) hide show
  1. README.md +5 -0
  2. requirements.txt +1 -1
README.md CHANGED
@@ -11,3 +11,8 @@ license: apache-2.0
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
+
15
+ # If use google TTS API
16
+ ```
17
+ export GOOGLE_APPLICATION_CREDENTIALS="google_api.json"
18
+ ```
requirements.txt CHANGED
@@ -111,4 +111,4 @@ gradio
111
  flask
112
 
113
  # datasets
114
- datasets
 
111
  flask
112
 
113
  # datasets
114
+ datasets