Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
from transformers import pipeline
|
3 |
|
4 |
# Set up the Streamlit app
|
5 |
st.title("π§ββοΈ Magic Story Buddy π")
|
|
|
1 |
import streamlit as st
|
2 |
+
from transformers import pipeline, AutoModelForCausalLM, AutoTokenizer
|
3 |
|
4 |
# Set up the Streamlit app
|
5 |
st.title("π§ββοΈ Magic Story Buddy π")
|