ancv commited on
Commit
16a928a
·
verified ·
1 Parent(s): 272eb35

Update configuration_spark_tts.py

Browse files
Files changed (1) hide show
  1. configuration_spark_tts.py +1 -0
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__(