Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 โ
์ค์๊ฐ
|
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="
|
838 |
-
image_gen_checkbox = gr.Checkbox(label="์ด๋ฏธ์ง ์์ฑ", value=False)
|
839 |
|
840 |
base_system_prompt_box = gr.Textbox(
|
841 |
lines=3,
|
842 |
-
value="
|
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 |
)
|