yerang commited on
Commit
5c0fe17
·
verified ·
1 Parent(s): 0eecd0c

Update flux_schnell.py

Browse files
Files changed (1) hide show
  1. flux_schnell.py +1 -0
flux_schnell.py CHANGED
@@ -126,6 +126,7 @@ def create_flux_tab(image_input):
126
  fn=lambda img: img, # 간단한 람다 함수를 사용하여 이미지를 그대로 전달
127
  inputs=[result], # 생성된 이미지를 입력으로 사용
128
  outputs=[image_input] # Text to LipSync 탭의 image_input을 업데이트
 
129
 
130
  return flux_demo
131
 
 
126
  fn=lambda img: img, # 간단한 람다 함수를 사용하여 이미지를 그대로 전달
127
  inputs=[result], # 생성된 이미지를 입력으로 사용
128
  outputs=[image_input] # Text to LipSync 탭의 image_input을 업데이트
129
+ )
130
 
131
  return flux_demo
132