Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def initialize_model():
|
|
16 |
return text_generator
|
17 |
|
18 |
# Initialize the model and pipeline
|
19 |
-
pipe =
|
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?")
|