Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -769,7 +769,7 @@ button:hover, .btn:hover {
|
|
769 |
"""
|
770 |
|
771 |
title_html = """
|
772 |
-
<h1 align="center" style="margin-bottom: 0.2em; font-size: 1.6em;"> 🤗 Gemma3-
|
773 |
<p align="center" style="font-size:1.1em; color:#555;">
|
774 |
✅Agentic AI Platform ✅Reasoning & Uncensored ✅Multimodal & VLM ✅Deep-Research & RAG <br>
|
775 |
Operates on an ✅'NVIDIA A100 GPU' as an independent local server, enhancing security and preventing information leakage.<br>
|
@@ -779,7 +779,7 @@ title_html = """
|
|
779 |
|
780 |
|
781 |
|
782 |
-
with gr.Blocks(css=css, title="Gemma3-
|
783 |
gr.Markdown(title_html)
|
784 |
|
785 |
# 웹서치 옵션은 화면에 표시 (하지만 시스템 프롬프트, 토큰 슬라이더 등은 감춤)
|
|
|
769 |
"""
|
770 |
|
771 |
title_html = """
|
772 |
+
<h1 align="center" style="margin-bottom: 0.2em; font-size: 1.6em;"> 🤗 Gemma3-R1984-27B </h1>
|
773 |
<p align="center" style="font-size:1.1em; color:#555;">
|
774 |
✅Agentic AI Platform ✅Reasoning & Uncensored ✅Multimodal & VLM ✅Deep-Research & RAG <br>
|
775 |
Operates on an ✅'NVIDIA A100 GPU' as an independent local server, enhancing security and preventing information leakage.<br>
|
|
|
779 |
|
780 |
|
781 |
|
782 |
+
with gr.Blocks(css=css, title="Gemma3-R1984-27B") as demo:
|
783 |
gr.Markdown(title_html)
|
784 |
|
785 |
# 웹서치 옵션은 화면에 표시 (하지만 시스템 프롬프트, 토큰 슬라이더 등은 감춤)
|