Update app.py
Browse files
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/
|
| 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)}")
|