fixed import issue for janus_flow

This commit is contained in:
senhorinfinito 2025-03-12 10:01:11 +05:30
parent 1daa72fa40
commit b0636cee6e

View File

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