Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -227,7 +227,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
227 |
male,
|
228 |
#animal # 추가된 animal 입력
|
229 |
],
|
230 |
-
outputs=[output_video,
|
231 |
)
|
232 |
|
233 |
# # 두 번째 탭: FLUX 이미지 생성
|
|
|
227 |
male,
|
228 |
#animal # 추가된 animal 입력
|
229 |
],
|
230 |
+
outputs=[output_video, output_video_concat]
|
231 |
)
|
232 |
|
233 |
# # 두 번째 탭: FLUX 이미지 생성
|