Bush233 commited on
Commit
525a44b
·
verified ·
1 Parent(s): 1242065

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="Qwen/Qwen3.6-27B")
7
 
8
  # 定义预测(predict)函数
9
  def predict(message):
 
3
  from transformers import pipeline
4
 
5
  # 创建文本生成管道
6
+ pipe = pipeline("text-generation", model="Bush233/olmo3-190m-zh-nano")
7
 
8
  # 定义预测(predict)函数
9
  def predict(message):