openfree commited on
Commit
6e8115a
·
verified ·
1 Parent(s): 67b6c61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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-12B </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 A100 GPU' as an independent local server, enhancing security and preventing information leakage.<br>
775
- @Model Rpository: VIDraft/Gemma-3-R1984-12B, @Based by 'Google Gemma-3-12b', @Powered by 'MOUSE-II'(VIDRAFT)
776
  </p>
777
  """
778
 
779
 
780
- with gr.Blocks(css=css, title="Gemma3-R1984-27B") as demo:
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)