Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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-
|
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
|
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,
|