Akbartus commited on
Commit
6694998
·
verified ·
1 Parent(s): aeb8b54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
  from huggingface_hub import InferenceClient
2
  import gradio as gr
3
 
4
- client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.2")
5
-
6
  def format_prompt(message, history):
7
  prompt = "<s>"
8
  for user_prompt, bot_response in history:
 
1
  from huggingface_hub import InferenceClient
2
  import gradio as gr
3
 
4
+ # client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.2")
5
+ client = InferenceClient("behbudiy/Mistral-7B-Instruct-Uz")
6
  def format_prompt(message, history):
7
  prompt = "<s>"
8
  for user_prompt, bot_response in history: