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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ async def on_ready():
26
  global clientMAGNeT, magnetAvailable, clientLLaMa, llamaAvailable
27
 
28
  try:
29
- clientMAGNeT = Client("https://fffiloni-magnet.hf.space/--replicas/on3jk/")
30
  magnetAvailable = True
31
  except Exception as e:
32
  print(f"Failed to connect to MAGNet: {str(e)}")
 
26
  global clientMAGNeT, magnetAvailable, clientLLaMa, llamaAvailable
27
 
28
  try:
29
+ clientMAGNeT = Client("https://fffiloni-magnet.hf.space/--replicas/zdnco/")
30
  magnetAvailable = True
31
  except Exception as e:
32
  print(f"Failed to connect to MAGNet: {str(e)}")