openfree commited on
Commit
bd00358
·
verified ·
1 Parent(s): 0a21ebe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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-R1945-27B </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,7 +648,7 @@ title_html = """
648
  </p>
649
  """
650
 
651
- with gr.Blocks(css=css, title="Gemma3-R1945-27B") as demo:
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
  # 웹서치 옵션은 화면에 표시 (하지만 시스템 프롬프트, 토큰 슬라이더 등은 감춤)