prithivMLmods commited on
Commit
cd783d3
·
verified ·
1 Parent(s): abd18de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,8 +1,7 @@
1
  from huggingface_hub import InferenceClient
2
  import gradio as gr
3
 
4
- #client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
5
- client = InferenceClient("prithivMLmods/Llama-8b-Health-Advisor-3.0")
6
  def format_prompt(message, history, system_prompt=None):
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.3")
 
5
  def format_prompt(message, history, system_prompt=None):
6
  prompt = "<s>"
7
  for user_prompt, bot_response in history: