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