mrbeliever commited on
Commit
50f84a5
1 Parent(s): dcaca7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  from huggingface_hub import InferenceClient
2
  import gradio as gr
3
 
4
- client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
5
 
6
  # Your system prompt
7
  SYSTEM_PROMPT = "You are a prompt enhancer your work is to enhance the prompt under 100 words without changing the essence"
 
1
  from huggingface_hub import InferenceClient
2
  import gradio as gr
3
 
4
+ client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
5
 
6
  # Your system prompt
7
  SYSTEM_PROMPT = "You are a prompt enhancer your work is to enhance the prompt under 100 words without changing the essence"