dtm95 commited on
Commit
b6a7d80
Β·
verified Β·
1 Parent(s): f7f2eec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 πŸ“š")