admin commited on
Commit
c294faa
·
1 Parent(s): b910b12

Auto sync at 2026-04-25

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,4 +23,4 @@ if __name__ == "__main__":
23
  with gr.Tab(_L("真实 DeepSeek R1 Qwen 7B 模型")):
24
  DeepSeek_R1_Qwen_7B()
25
 
26
- demo.launch(css="#gradio-share-link-button-0 { display: none; }")
 
23
  with gr.Tab(_L("真实 DeepSeek R1 Qwen 7B 模型")):
24
  DeepSeek_R1_Qwen_7B()
25
 
26
+ demo.launch(css="#gradio-share-link-button-0 { display: none; }", ssr_mode=False)