python / app.py
ndwdgda's picture
Update app.py
5e5396c verified
raw
history blame contribute delete
No virus
147 Bytes
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-generation", model="mistralai/Codestral-22B-v0.1")