Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -768,16 +768,16 @@ button:hover, .btn:hover {
|
|
768 |
"""
|
769 |
|
770 |
title_html = """
|
771 |
-
<h1 align="center" style="margin-bottom: 0.2em; font-size: 1.6em;"> 🤗 Gemma3-R1984-
|
772 |
<p align="center" style="font-size:1.1em; color:#555;">
|
773 |
✅Agentic AI Platform ✅Reasoning & Uncensored ✅Multimodal & VLM ✅Deep-Research & RAG <br>
|
774 |
-
Operates on an ✅'NVIDIA A100 GPU' as an independent local server, enhancing security and preventing information leakage.<br>
|
775 |
-
@Model Rpository: VIDraft/Gemma-3-R1984-
|
776 |
</p>
|
777 |
"""
|
778 |
|
779 |
|
780 |
-
with gr.Blocks(css=css, title="Gemma3-R1984-
|
781 |
gr.Markdown(title_html)
|
782 |
|
783 |
# Display the web search option (while the system prompt and token slider remain hidden)
|
|
|
768 |
"""
|
769 |
|
770 |
title_html = """
|
771 |
+
<h1 align="center" style="margin-bottom: 0.2em; font-size: 1.6em;"> 🤗 Gemma3-R1984-4B </h1>
|
772 |
<p align="center" style="font-size:1.1em; color:#555;">
|
773 |
✅Agentic AI Platform ✅Reasoning & Uncensored ✅Multimodal & VLM ✅Deep-Research & RAG <br>
|
774 |
+
Operates on an ✅'NVIDIA L40s / A100(ZeroGPU) GPU' as an independent local server, enhancing security and preventing information leakage.<br>
|
775 |
+
@Model Rpository: VIDraft/Gemma-3-R1984-4B, @Based by 'Google Gemma-3-4b', @Powered by 'MOUSE-II'(VIDRAFT)
|
776 |
</p>
|
777 |
"""
|
778 |
|
779 |
|
780 |
+
with gr.Blocks(css=css, title="Gemma3-R1984-4B") as demo:
|
781 |
gr.Markdown(title_html)
|
782 |
|
783 |
# Display the web search option (while the system prompt and token slider remain hidden)
|