Spaces:
Running
on
Zero
Running
on
Zero
Update flux_schnell.py
Browse files- flux_schnell.py +1 -1
flux_schnell.py
CHANGED
@@ -62,7 +62,7 @@ def create_flux_tab(image_input):
|
|
62 |
|
63 |
result = gr.Image(label="Result", show_label=False
|
64 |
|
65 |
-
|
66 |
use_in_text2lipsync_button = gr.Button("이 이미지를 Txt to Lipsync 탭에서 사용하기") # 새로운 버튼 추가
|
67 |
|
68 |
|
|
|
62 |
|
63 |
result = gr.Image(label="Result", show_label=False
|
64 |
|
65 |
+
with gr.Row():
|
66 |
use_in_text2lipsync_button = gr.Button("이 이미지를 Txt to Lipsync 탭에서 사용하기") # 새로운 버튼 추가
|
67 |
|
68 |
|