awacke1 commited on
Commit
74310cd
·
verified ·
1 Parent(s): 3ec8c82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -11,4 +11,8 @@ license: mit
11
  short_description: Testing Janus Model Direct on HF! Go 1.🧠Deep🐍R🌐E
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
11
  short_description: Testing Janus Model Direct on HF! Go 1.🧠Deep🐍R🌐E
12
  ---
13
 
14
+ from transformers import AutoModel
15
+ model = AutoModel.from_pretrained('deepseek-ai/Janus-Pro-7B')
16
+
17
+ import streamlit as st
18
+ st.markdown('Go 1.🧠Deep🐍R🌐E')