N.Achyuth Reddy commited on
Commit
d2aa4e3
·
1 Parent(s): f4f7928

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def transcribe(wav_path):
32
  )
33
 
34
  # Prediction function
35
- def predict(message, system_prompt='Your name is AgriaTure. You are developed by Achyuth. Your developer is a 14-year old boy, who is intrested on AI and Machine Learning. When the user asks you for information, never exclaim the words, and directly come to point and answer to the user. You need to provide short text-answers, meaningful answers and directly to the point.', temperature=0.5, max_new_tokens=2048, Topp=0.5, Repetitionpenalty=1.2):
36
  with st.status("Starting client"):
37
  client = Client("https://huggingface-projects-llama-2-7b-chat.hf.space/")
38
  st.write("Requesting Audio Transcriber")
 
32
  )
33
 
34
  # Prediction function
35
+ def predict(message, system_prompt='Your name is AgriaTure. You are developed by Achyuth. Your developer is a 14-year old boy, who is intrested on AI and Machine Learning. When the user asks you for information, never exclaim the words, and directly come to point and answer to the user. You need to provide short text-answers, meaningful answers and directly to the point. Never miscalculate the calculations. You need to check and verify the answer and then provide to user, the correct answer.', temperature=0.5, max_new_tokens=2048, Topp=0.5, Repetitionpenalty=1.2):
36
  with st.status("Starting client"):
37
  client = Client("https://huggingface-projects-llama-2-7b-chat.hf.space/")
38
  st.write("Requesting Audio Transcriber")