ginipick commited on
Commit
34b2191
·
verified ·
1 Parent(s): fc0993f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -897,7 +897,7 @@ with gr.Blocks(css=css, title="HeartSync") as demo:
897
  generated_images, # 갤러리 컴포넌트를 출력으로 추가
898
  ],
899
  stop_btn=False,
900
- title='<a href="https://discord.gg/openfreeai" target="_blank">https://discord.gg/openfreeai</a>',
901
  examples=examples,
902
  run_examples_on_click=False,
903
  cache_examples=False,
@@ -908,7 +908,7 @@ with gr.Blocks(css=css, title="HeartSync") as demo:
908
 
909
  with gr.Row(elem_id="examples_row"):
910
  with gr.Column(scale=12, elem_id="examples_container"):
911
- gr.Markdown("### 예제 입력 (클릭하여 불러오기)")
912
 
913
  if __name__ == "__main__":
914
  demo.launch(share=True)
 
897
  generated_images, # 갤러리 컴포넌트를 출력으로 추가
898
  ],
899
  stop_btn=False,
900
+ # title='<a href="https://discord.gg/openfreeai" target="_blank">https://discord.gg/openfreeai</a>',
901
  examples=examples,
902
  run_examples_on_click=False,
903
  cache_examples=False,
 
908
 
909
  with gr.Row(elem_id="examples_row"):
910
  with gr.Column(scale=12, elem_id="examples_container"):
911
+ # gr.Markdown("### 예제 입력 (클릭하여 불러오기)")
912
 
913
  if __name__ == "__main__":
914
  demo.launch(share=True)