N.Achyuth Reddy commited on
Commit
ca40e15
·
1 Parent(s): 64e30b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def transcribe(wav_path):
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/--replicas/68mtz/")
42
  st.write("Requesting client")
43
  with st.status("Requesting LLama-2"):
44
  st.write("Requesting API")
 
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")
43
  with st.status("Requesting LLama-2"):
44
  st.write("Requesting API")