admin commited on
Commit
003d3d2
·
1 Parent(s): dffcd56

Auto sync at 2026-05-16 07:19:51

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,7 +4,7 @@ from modules.deepseek import DeepSeek_R1_Qwen_7B
4
  from utils import EN_US
5
 
6
  ZH2EN = {
7
- "# 大模型部署实例合集": "# LLM Deployment Instances",
8
  "API 部署聚合": "API Aggregation",
9
  "真实 DeepSeek R1 Qwen 7B 模型": "Real DeepSeek R1 Qwen 7B",
10
  }
@@ -17,5 +17,5 @@ def _L(zh_txt: str):
17
  gr.TabbedInterface(
18
  interface_list=[LLM_APIs(), DeepSeek_R1_Qwen_7B()],
19
  tab_names=[_L("API 部署聚合"), _L("真实 DeepSeek R1 Qwen 7B 模型")],
20
- title=_L("# 大模型部署实例合集"),
21
  ).launch(css="#gradio-share-link-button-0 { display: none; }", ssr_mode=False)
 
4
  from utils import EN_US
5
 
6
  ZH2EN = {
7
+ "大模型部署实例合集": "LLM Deployment Instances",
8
  "API 部署聚合": "API Aggregation",
9
  "真实 DeepSeek R1 Qwen 7B 模型": "Real DeepSeek R1 Qwen 7B",
10
  }
 
17
  gr.TabbedInterface(
18
  interface_list=[LLM_APIs(), DeepSeek_R1_Qwen_7B()],
19
  tab_names=[_L("API 部署聚合"), _L("真实 DeepSeek R1 Qwen 7B 模型")],
20
+ title=_L("大模型部署实例合集"),
21
  ).launch(css="#gradio-share-link-button-0 { display: none; }", ssr_mode=False)