karthik commited on
Commit
f0eac48
·
verified ·
1 Parent(s): 1afe06d

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/Mixtral-8x7B-Instruct-v0.1"
6
  )
7
 
8
 
 
2
  import gradio as gr
3
 
4
  client = InferenceClient(
5
+ model="https://qynvq9pllv2plc0v.us-east-1.aws.endpoints.huggingface.cloud"
6
  )
7
 
8