Bush233 commited on
Commit
1242065
·
verified ·
1 Parent(s): 7da7880

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  from transformers import pipeline
4
 
5
  # 创建文本生成管道
6
- pipe = pipeline("text-generation", model="42ailib/OLMo3-190M-zh-v3.1")
7
 
8
  # 定义预测(predict)函数
9
  def predict(message):
 
3
  from transformers import pipeline
4
 
5
  # 创建文本生成管道
6
+ pipe = pipeline("text-generation", model="Qwen/Qwen3.6-27B")
7
 
8
  # 定义预测(predict)函数
9
  def predict(message):