yxccai commited on
Commit
eaf4f7d
·
verified ·
1 Parent(s): 329d8fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ model = AutoModelForSequenceClassification.from_pretrained(
23
  config=config,
24
  trust_remote_code=True
25
  )
26
- )
27
  # 2. 加载你的适配器
28
  model.load_adapter("yxccai/ds-ai-app") # 替换为你的仓库名
29
 
 
23
  config=config,
24
  trust_remote_code=True
25
  )
26
+
27
  # 2. 加载你的适配器
28
  model.load_adapter("yxccai/ds-ai-app") # 替换为你的仓库名
29