Bndo commited on
Commit
fa60f3a
·
verified ·
1 Parent(s): c7c06b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
  from transformers import pipeline
6
 
7
  # Load the Hugging Face model
8
- chatbot_pipeline = pipeline("text-generation", model="mistralai/Mistral-7B-Instruct", max_new_tokens=100)
9
 
10
  # Chatbot function
11
  def chat_response(history, user_input):
 
5
  from transformers import pipeline
6
 
7
  # Load the Hugging Face model
8
+ chatbot_pipeline = pipeline("text-generation", model="mistralai/Mistral-7B-v0.1", max_new_tokens=100)
9
 
10
  # Chatbot function
11
  def chat_response(history, user_input):