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 📚")
|