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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def initialize_model():
16
  return text_generator
17
 
18
  # Initialize the model and pipeline
19
- pipe = initialize_model()
20
 
21
  # User input
22
  child_name = st.text_input("What's your name, young storyteller?")
 
16
  return text_generator
17
 
18
  # Initialize the model and pipeline
19
+ pipe = pipeline("text-generation", model="hakurei/lit-6B")
20
 
21
  # User input
22
  child_name = st.text_input("What's your name, young storyteller?")