Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -640,7 +640,7 @@ button:hover, .btn:hover {
|
|
| 640 |
"""
|
| 641 |
|
| 642 |
title_html = """
|
| 643 |
-
<h1 align="center" style="margin-bottom: 0.2em; font-size: 1.6em;"> 🤗 Gemma3-
|
| 644 |
<p align="center" style="font-size:1.1em; color:#555;">
|
| 645 |
✅Agentic AI Platform ✅Reasoning & Uncensored ✅Multimodal & VLM ✅Deep-Research & RAG <br>
|
| 646 |
Operates on an ✅'NVIDIA A100 GPU' as an independent local server, enhancing security and preventing information leakage.<br>
|
|
@@ -648,7 +648,7 @@ title_html = """
|
|
| 648 |
</p>
|
| 649 |
"""
|
| 650 |
|
| 651 |
-
with gr.Blocks(css=css, title="Gemma3-
|
| 652 |
gr.Markdown(title_html)
|
| 653 |
|
| 654 |
# 웹서치 옵션은 화면에 표시 (하지만 시스템 프롬프트, 토큰 슬라이더 등은 감춤)
|
|
|
|
| 640 |
"""
|
| 641 |
|
| 642 |
title_html = """
|
| 643 |
+
<h1 align="center" style="margin-bottom: 0.2em; font-size: 1.6em;"> 🤗 Gemma3-uncensored-R27B </h1>
|
| 644 |
<p align="center" style="font-size:1.1em; color:#555;">
|
| 645 |
✅Agentic AI Platform ✅Reasoning & Uncensored ✅Multimodal & VLM ✅Deep-Research & RAG <br>
|
| 646 |
Operates on an ✅'NVIDIA A100 GPU' as an independent local server, enhancing security and preventing information leakage.<br>
|
|
|
|
| 648 |
</p>
|
| 649 |
"""
|
| 650 |
|
| 651 |
+
with gr.Blocks(css=css, title="Gemma3-uncensored-R27B") as demo:
|
| 652 |
gr.Markdown(title_html)
|
| 653 |
|
| 654 |
# 웹서치 옵션은 화면에 표시 (하지만 시스템 프롬프트, 토큰 슬라이더 등은 감춤)
|