openfree commited on
Commit
3a3ac2f
·
verified ·
1 Parent(s): d8c2d34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -619,7 +619,7 @@ button:hover, .btn:hover {
619
  """
620
 
621
  title_html = """
622
- <h1 align="center" style="margin-bottom: 0.2em;"> 🤗 Vidraft-Gemma-3-27B </h1>
623
  <p align="center" style="font-size:1.1em; color:#555;">
624
  Multimodal Chat Interface + Optional Web Search
625
  </p>
@@ -636,7 +636,7 @@ with gr.Blocks(css=css, title="Vidraft-G3-27B") as demo:
636
  web_search_checkbox = gr.Checkbox(
637
  label="Web Search",
638
  value=False,
639
- info="Check to enable a SERPHouse web search (auto keywords) before the chat reply"
640
  )
641
  web_search_text = gr.Textbox(
642
  lines=1,
 
619
  """
620
 
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>
 
636
  web_search_checkbox = gr.Checkbox(
637
  label="Web Search",
638
  value=False,
639
+ info="Check to enable a Deep Research(auto keywords) before the chat reply"
640
  )
641
  web_search_text = gr.Textbox(
642
  lines=1,