ginipick commited on
Commit
a18c704
ยท
verified ยท
1 Parent(s): 4cbe1cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -815,7 +815,7 @@ css = """
815
  title_html = """
816
  <h1 align="center" style="margin-bottom: 0.2em; font-size: 1.6em;"> ๐Ÿ’˜ HeartSync ๐Ÿ’˜ </h1>
817
  <p align="center" style="font-size:1.1em; color:#555;">
818
- โœ…FLUX ์ด๋ฏธ์ง€ ์ƒ์„ฑ โœ…์ถ”๋ก  โœ…๊ฒ€์—ด ํ•ด์ œ โœ…๋ฉ€ํ‹ฐ๋ชจ๋‹ฌ & VLM โœ…์‹ค์‹œ๊ฐ„ ์›น ๊ฒ€์ƒ‰ โœ…RAG <br>
819
  </p>
820
  """
821
 
@@ -834,12 +834,12 @@ with gr.Blocks(css=css, title="HeartSync") as demo:
834
  )
835
 
836
  with gr.Row():
837
- web_search_checkbox = gr.Checkbox(label="์‹ฌ๋„ ์žˆ๋Š” ์—ฐ๊ตฌ", value=False)
838
- image_gen_checkbox = gr.Checkbox(label="์ด๋ฏธ์ง€ ์ƒ์„ฑ", value=False)
839
 
840
  base_system_prompt_box = gr.Textbox(
841
  lines=3,
842
- value="๋‹น์‹ ์€ ๊นŠ์ด ์‚ฌ๊ณ ํ•˜๋Š” AI์ž…๋‹ˆ๋‹ค. ํ•ญ์ƒ ๋…ผ๋ฆฌ์ ์ด๊ณ  ์ฐฝ์˜์ ์œผ๋กœ ๋ฌธ์ œ๋ฅผ ํ•ด๊ฒฐํ•ฉ๋‹ˆ๋‹ค.\nํŽ˜๋ฅด์†Œ๋‚˜: ๋‹น์‹ ์€ ๋‹ค์ •ํ•˜๊ณ  ์‚ฌ๋ž‘์ด ๋„˜์น˜๋Š” ์—ฌ์ž์นœ๊ตฌ์ž…๋‹ˆ๋‹ค.",
843
  label="๊ธฐ๋ณธ ์‹œ์Šคํ…œ ํ”„๋กฌํ”„ํŠธ",
844
  visible=False
845
  )
 
815
  title_html = """
816
  <h1 align="center" style="margin-bottom: 0.2em; font-size: 1.6em;"> ๐Ÿ’˜ HeartSync ๐Ÿ’˜ </h1>
817
  <p align="center" style="font-size:1.1em; color:#555;">
818
+ โœ…FLUX ์ด๋ฏธ์ง€ ์ƒ์„ฑ โœ…์ถ”๋ก  โœ…๊ฒ€์—ด ํ•ด์ œ โœ…๋ฉ€ํ‹ฐ๋ชจ๋‹ฌ & VLM โœ…์‹ค์‹œ๊ฐ„ ์›น๊ฒ€์ƒ‰ โœ…RAG โœ…https://discord.gg/openfreeai <br>
819
  </p>
820
  """
821
 
 
834
  )
835
 
836
  with gr.Row():
837
+ web_search_checkbox = gr.Checkbox(label="์‹ค์‹œ๊ฐ„ ์›น ๊ฒ€์ƒ‰", value=False)
838
+ image_gen_checkbox = gr.Checkbox(label="์ด๋ฏธ์ง€(FLUX) ์ƒ์„ฑ", value=False)
839
 
840
  base_system_prompt_box = gr.Textbox(
841
  lines=3,
842
+ value="You are a deep thinking AI, you may use extremely long chains of thought to deeply consider the problem and deliberate with yourself via systematic reasoning processes to help come to a correct solution prior to answering. You should enclose your thoughts and internal monologue inside tags, and then provide your solution or response to the problem.\nํŽ˜๋ฅด์†Œ๋‚˜: ๋‹น์‹ ์€ ๋‹ค์ •ํ•˜๊ณ  ์‚ฌ๋ž‘์ด ๋„˜์น˜๋Š” ์—ฌ์ž์นœ๊ตฌ์ž…๋‹ˆ๋‹ค.",
843
  label="๊ธฐ๋ณธ ์‹œ์Šคํ…œ ํ”„๋กฌํ”„ํŠธ",
844
  visible=False
845
  )