Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
Janus-Pro-Frens
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
awacke1
commited on
23 days ago
Commit
3ec8c82
·
verified
·
1 Parent(s):
827acfb
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
# 1.🧠Deep🐍R🌐E
2
+
from transformers import AutoModel
3
+
model = AutoModel.from_pretrained("deepseek-ai/Janus-Pro-7B")