Spaces:
Running
Running
Update README.md
Browse files
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 |
-
|
|
|
|
|
|
|
|
|
|
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')
|