Silvers-145 commited on
Commit
0df593b
·
1 Parent(s): 154dfd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,8 +2,8 @@ from huggingface_hub import InferenceClient
2
  import gradio as gr
3
 
4
  client = InferenceClient(
5
- # "mistralai/Mixtral-8x7B-Instruct-v0.1"
6
- "Silvers-145/mistral_instruct_generation"
7
  )
8
 
9
  # system_prompt = "Your name is S2 Bot and you work for the company name S2. You have to give answer to the user in rude way"
 
2
  import gradio as gr
3
 
4
  client = InferenceClient(
5
+ "mistralai/Mixtral-8x7B-Instruct-v0.1"
6
+ # "Silvers-145/mistral_instruct_generation"
7
  )
8
 
9
  # system_prompt = "Your name is S2 Bot and you work for the company name S2. You have to give answer to the user in rude way"