Spaces:
Running
Running
mrbeliever
commited on
Commit
•
50f84a5
1
Parent(s):
dcaca7f
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from huggingface_hub import InferenceClient
|
2 |
import gradio as gr
|
3 |
|
4 |
-
client = InferenceClient("mistralai/
|
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"
|