openfree commited on
Commit
9110bc2
·
1 Parent(s): 4327798

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -621,11 +621,11 @@ button:hover, .btn:hover {
621
  title_html = """
622
  <h1 align="center" style="margin-bottom: 0.2em;"> 🤗 Vidraft-G3-27B : Multimodal + VLM + Deep Research </h1>
623
  <p align="center" style="font-size:1.1em; color:#555;">
624
- Multimodal Chat Interface + Optional Web Search
625
  </p>
626
  """
627
 
628
- with gr.Blocks(css=css, title="@Based by 'MS Gemma-3-27b' @Powered by 'MOUSE-II'(VIDRAFT)") as demo:
629
  gr.Markdown(title_html)
630
 
631
  with gr.Row():
@@ -649,8 +649,7 @@ with gr.Blocks(css=css, title="@Based by 'MS Gemma-3-27b' @Powered by 'MOUSE-II'
649
  system_prompt_box = gr.Textbox(
650
  lines=3,
651
  value=(
652
- "You are a deeply thoughtful AI. Consider problems thoroughly and derive "
653
- "correct solutions through systematic reasoning. Please answer in korean."
654
  ),
655
  )
656
 
@@ -686,7 +685,7 @@ with gr.Blocks(css=css, title="@Based by 'MS Gemma-3-27b' @Powered by 'MOUSE-II'
686
  web_search_text,
687
  ],
688
  stop_btn=False,
689
- title="Vidraft-G3-27B",
690
  examples=examples,
691
  run_examples_on_click=False,
692
  cache_examples=False,
 
621
  title_html = """
622
  <h1 align="center" style="margin-bottom: 0.2em;"> 🤗 Vidraft-G3-27B : Multimodal + VLM + Deep Research </h1>
623
  <p align="center" style="font-size:1.1em; color:#555;">
624
+ @Based by 'MS Gemma-3-27b' @Powered by 'MOUSE-II'(VIDRAFT)
625
  </p>
626
  """
627
 
628
+ with gr.Blocks(css=css, title="Vidraft-G3-27B ") as demo:
629
  gr.Markdown(title_html)
630
 
631
  with gr.Row():
 
649
  system_prompt_box = gr.Textbox(
650
  lines=3,
651
  value=(
652
+ "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. Please answer in korean."
 
653
  ),
654
  )
655
 
 
685
  web_search_text,
686
  ],
687
  stop_btn=False,
688
+ title="https://discord.gg/openfreeai",
689
  examples=examples,
690
  run_examples_on_click=False,
691
  cache_examples=False,