Update app.py
Browse files
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 |
|