Spaces:
Running
Running
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="deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B")
|
| 9 |
|
| 10 |
st.title("π Roleplay AI Chatbot")
|
| 11 |
st.write("Chat with an AI character!")
|