This commit is contained in:
Anant Sakhare 2025-03-12 10:02:33 +05:30 committed by GitHub
commit 7db633aaf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,8 @@ gradio = [
"colorama==0.4.5",
"Pygments==2.12.0",
"markdown==3.4.1",
"SentencePiece==0.1.96"
"SentencePiece==0.1.96",
"diffusers==0.32.2"
]
lint = [
"isort",