vericudebuget commited on
Commit
9a692e8
·
verified ·
1 Parent(s): 7e5beaf

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
  # Initialize the InferenceClient
5
- client = InferenceClient("databricks/dbrx-instruct")
6
 
7
  #mistralai/Mixtral-8x7B-Instruct-v0.1
8
 
 
2
  import gradio as gr
3
 
4
  # Initialize the InferenceClient
5
+ client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
6
 
7
  #mistralai/Mixtral-8x7B-Instruct-v0.1
8