openfree commited on
Commit
a190e95
·
verified ·
1 Parent(s): 8e54f59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import transformers
7
  from transformers import pipeline
8
 
9
  # 모델과 토크나이저 로딩
10
- model_name = "Qwen/Qwen2.5-7B-Instruct"
11
  if gr.NO_RELOAD:
12
  pipe = pipeline(
13
  "text-generation",
 
7
  from transformers import pipeline
8
 
9
  # 모델과 토크나이저 로딩
10
+ model_name = "VIDraft/Gemma3-R1945-27B"
11
  if gr.NO_RELOAD:
12
  pipe = pipeline(
13
  "text-generation",