Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
symlink
/
sym
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ef50b15
sym
/
app.py
symlink
test
ef50b15
9 months ago
raw
Copy download link
history
blame
Safe
152 Bytes
# Use a pipeline as a high-level helper
from
transformers
import
pipeline
pipe = pipeline(
"text-generation"
, model=
"lmms-lab/LLaVA-NeXT-Video-7B-DPO"
)