This commit is contained in:
takatost
2024-02-29 22:58:33 +08:00
parent 18febeabd1
commit 5e38996222
6 changed files with 5 additions and 6 deletions

View File

@ -5,7 +5,7 @@ from werkzeug.datastructures import FileStorage
from core.model_manager import ModelManager
from core.model_runtime.entities.model_entities import ModelType
from models.model import AppModelConfig, App, AppMode
from models.model import App, AppMode, AppModelConfig
from services.errors.audio import (
AudioTooLargeServiceError,
NoAudioUploadedServiceError,