Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from transformers import pipeline
|
|
5 |
st.set_page_config(page_title="π Roleplay Chatbot", page_icon="π€")
|
6 |
|
7 |
# Load pre-trained chatbot model from Hugging Face
|
8 |
-
chatbot = pipeline("text-generation", model="
|
9 |
|
10 |
st.title("π Roleplay AI Chatbot")
|
11 |
st.write("Chat with an AI character!")
|
|
|
5 |
st.set_page_config(page_title="π Roleplay Chatbot", page_icon="π€")
|
6 |
|
7 |
# Load pre-trained chatbot model from Hugging Face
|
8 |
+
chatbot = pipeline("text-generation", model="nthakur/Mistral-7B-Instruct-v0.3-nomiracl-sft")
|
9 |
|
10 |
st.title("π Roleplay AI Chatbot")
|
11 |
st.write("Chat with an AI character!")
|