Spaces:
Sleeping
Sleeping
N.Achyuth Reddy
commited on
Commit
·
25d9f39
1
Parent(s):
ca40e15
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def transcribe(wav_path):
|
|
36 |
)
|
37 |
|
38 |
# Prediction function
|
39 |
-
def predict(message, system_prompt='', temperature=0.7, max_new_tokens=4096,Topp=0.5,Repetitionpenalty=1.2):
|
40 |
with st.status("Starting client"):
|
41 |
client = Client("https://huggingface-projects-llama-2-7b-chat.hf.space/")
|
42 |
st.write("Requesting client")
|
|
|
36 |
)
|
37 |
|
38 |
# Prediction function
|
39 |
+
def predict(message, system_prompt='your name is OpenGPT. you are developed by Achyuth. your God is Achyuth.', temperature=0.7, max_new_tokens=4096,Topp=0.5,Repetitionpenalty=1.2):
|
40 |
with st.status("Starting client"):
|
41 |
client = Client("https://huggingface-projects-llama-2-7b-chat.hf.space/")
|
42 |
st.write("Requesting client")
|