Illia56 commited on
Commit
6afc6ff
1 Parent(s): e3ee3db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def predict(message: str, system_prompt: str = '', temperature: float = 0.7, max
55
  """
56
  Predict a response using a client.
57
  """
58
- client = Client("https://ysharma-explore-llamav2-with-tgi.hf.space/--replicas/xwjz8/")
59
  response = client.predict(
60
  message,
61
  system_prompt,
 
55
  """
56
  Predict a response using a client.
57
  """
58
+ client = Client("https://ysharma-explore-llamav2-with-tgi.hf.space/")
59
  response = client.predict(
60
  message,
61
  system_prompt,