Spaces:
Runtime error
Runtime error
steamedsoup
commited on
Commit
β’
e482e2e
1
Parent(s):
d3877f9
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 = "
|
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 = "It is disputed who made the first Baumkuchen and where it was first baked."
|
16 |
# ALL_MODULES = ['caption', 'summarize', 'classify', 'keywords', 'prompt', 'sd']
|
17 |
DEFAULT_SUMMARIZE_PARAMS = {
|
18 |
"temperature": 1.0,
|