VENKATESH2005 commited on
Commit
5c4d7a5
Β·
verified Β·
1 Parent(s): 43fe112

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B")
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!")