[tool.poetry] name = "sintetica-staging" version = "0.1.0" description = "Sintetica staging in Hugging Face" authors = ["francobach47 "] readme = "README.md" [tool.poetry.dependencies] python = "^3.9" gradio = "4.42.0" requests = "^2.31.0" pydub = "^0.25.1" lingua-language-detector = "^2.0.2" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"