steef68 commited on
Commit
247f35c
·
verified ·
1 Parent(s): 64899c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from huggingface_hub import InferenceClient
2
  import gradio as gr
3
 
4
  client = InferenceClient(
5
- "mistralai/Mistral-7B-Instruct-v0.2"
6
  )
7
 
8
 
 
2
  import gradio as gr
3
 
4
  client = InferenceClient(
5
+ "meta-llama/Llama-2-70b-chat-hf "
6
  )
7
 
8