Spaces:
Runtime error
Runtime error
remove non working mistral
Browse files
app.py
CHANGED
@@ -17,7 +17,6 @@ from gradio_client import Client
|
|
17 |
|
18 |
clients_eps = {
|
19 |
"wizardlm 13B": "https://itsmynti-ehartford-wizardlm-13b-uncensored.hf.space/",
|
20 |
-
"mistral 7b v0.1": "https://zhuraavl-mistralai-mistral-7b-v0-1.hf.space/",
|
21 |
}
|
22 |
clients = {k: Client(u) for k,u in clients_eps.items()}
|
23 |
|
|
|
17 |
|
18 |
clients_eps = {
|
19 |
"wizardlm 13B": "https://itsmynti-ehartford-wizardlm-13b-uncensored.hf.space/",
|
|
|
20 |
}
|
21 |
clients = {k: Client(u) for k,u in clients_eps.items()}
|
22 |
|