delete some code
This commit is contained in:
@@ -63,7 +63,7 @@ impl VoxCPMGenerate {
|
||||
},
|
||||
};
|
||||
let model_name = std::path::Path::new(path)
|
||||
.file_name()
|
||||
.file_name()
|
||||
.and_then(|s| s.to_str())
|
||||
.unwrap_or("VoxCPM")
|
||||
.to_string();
|
||||
|
||||
Reference in New Issue
Block a user