Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -616,14 +616,14 @@ button:hover, .btn:hover {
|
|
| 616 |
transform: scale(1.05);
|
| 617 |
}
|
| 618 |
"""
|
| 619 |
-
|
| 620 |
title_html = """
|
| 621 |
-
<h1 align="center" style="margin-bottom: 0.2em;
|
| 622 |
<p align="center" style="font-size:1.1em; color:#555;">
|
| 623 |
Operates on an NVIDIA A100 GPU as an independent local server, enhancing security and preventing information leakage.
|
| 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)
|
|
|
|
| 616 |
transform: scale(1.05);
|
| 617 |
}
|
| 618 |
"""
|
|
|
|
| 619 |
title_html = """
|
| 620 |
+
<h1 align="center" style="margin-bottom: 0.2em;"> 🤗Vidraft-G3-27B: Reasoning + Multimodal + VLM + DeepResearch + Agent</h1>
|
| 621 |
<p align="center" style="font-size:1.1em; color:#555;">
|
| 622 |
Operates on an NVIDIA A100 GPU as an independent local server, enhancing security and preventing information leakage.
|
| 623 |
@Based by 'MS Gemma-3-27b' / @Powered by 'MOUSE-II'(VIDRAFT)
|
| 624 |
</p>
|
| 625 |
+
"""
|
| 626 |
+
|
| 627 |
|
| 628 |
with gr.Blocks(css=css, title="Vidraft-G3-27B ") as demo:
|
| 629 |
gr.Markdown(title_html)
|