buffalo / app.py
raoufjat's picture
Update app.py
41fcdd1 verified
raw
history blame contribute delete
130 Bytes
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("agentica-org/DeepScaleR-1.5B-Preview")