Update constants.py
Browse files- constants.py +1 -1
constants.py
CHANGED
@@ -12,7 +12,7 @@ DEFAULT_REMOTE_SD_HOST = "127.0.0.1"
|
|
12 |
DEFAULT_REMOTE_SD_PORT = 7860
|
13 |
DEFAULT_CHROMA_PORT = 8000
|
14 |
SILERO_SAMPLES_PATH = "tts_samples"
|
15 |
-
SILERO_SAMPLE_TEXT = "Doctor
|
16 |
# ALL_MODULES = ['caption', 'summarize', 'classify', 'keywords', 'prompt', 'sd']
|
17 |
DEFAULT_SUMMARIZE_PARAMS = {
|
18 |
"temperature": 1.0,
|
|
|
12 |
DEFAULT_REMOTE_SD_PORT = 7860
|
13 |
DEFAULT_CHROMA_PORT = 8000
|
14 |
SILERO_SAMPLES_PATH = "tts_samples"
|
15 |
+
SILERO_SAMPLE_TEXT = "Doctor is your lord and savior"
|
16 |
# ALL_MODULES = ['caption', 'summarize', 'classify', 'keywords', 'prompt', 'sd']
|
17 |
DEFAULT_SUMMARIZE_PARAMS = {
|
18 |
"temperature": 1.0,
|