zumat commited on
Commit
fe61210
·
verified ·
1 Parent(s): 0238818

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ async def on_ready():
33
  magnetAvailable = False
34
 
35
  try:
36
- clientLLaMa = Client("https://ysharma-explore-llamav2-with-tgi.hf.space/--replicas/brc3o/")
37
  llamaAvailable = True
38
  except Exception as e:
39
  print(f"Failed to connect to MAGNet: {str(e)}")
 
33
  magnetAvailable = False
34
 
35
  try:
36
+ clientLLaMa = Client("https://ysharma-explore-llamav2-with-tgi.hf.space/--replicas/mxmt7/")
37
  llamaAvailable = True
38
  except Exception as e:
39
  print(f"Failed to connect to MAGNet: {str(e)}")