ianeksdi commited on
Commit
777bb52
·
verified ·
1 Parent(s): c02b6a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
- client = InferenceClient("Qwen/Qwen1.5-4B-Chat")
5
 
6
  def respond(message, history: list[tuple[str, str]]):
7
  system_message = "You are a friendly Chatbot. Respond only in bisaya language. No english translation."
 
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
+ client = InferenceClient("mistralai/Mistral-Nemo-Instruct-2407")
5
 
6
  def respond(message, history: list[tuple[str, str]]):
7
  system_message = "You are a friendly Chatbot. Respond only in bisaya language. No english translation."