yerang commited on
Commit
0eecd0c
1 Parent(s): 74f6e9a

Update flux_schnell.py

Browse files
Files changed (1) hide show
  1. flux_schnell.py +1 -1
flux_schnell.py CHANGED
@@ -60,7 +60,7 @@ def create_flux_tab(image_input):
60
 
61
  run_button = gr.Button("Run", scale=0)
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 탭에서 사용하기") # 새로운 버튼 추가
 
60
 
61
  run_button = gr.Button("Run", scale=0)
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 탭에서 사용하기") # 새로운 버튼 추가