Update configuration_spark_tts.py
Browse files
configuration_spark_tts.py
CHANGED
@@ -54,6 +54,7 @@ class SparkTTSConfig(PretrainedConfig):
|
|
54 |
|
55 |
model_type = "spark-tts"
|
56 |
processor_class = "SparkTTSProcessor"
|
|
|
57 |
attribute_map = {} # Add mappings if needed for renaming attributes
|
58 |
|
59 |
def __init__(
|
|
|
54 |
|
55 |
model_type = "spark-tts"
|
56 |
processor_class = "SparkTTSProcessor"
|
57 |
+
config_files = ["config.json"]
|
58 |
attribute_map = {} # Add mappings if needed for renaming attributes
|
59 |
|
60 |
def __init__(
|