Spaces:
Running
Running
Tu Nombre commited on
Commit ·
5b0f905
1
Parent(s): 55bb8c6
añadir cuenta alejandro
Browse files
main.py
CHANGED
|
@@ -92,7 +92,8 @@ cargar_clientes()
|
|
| 92 |
async def crear_space(nicho: str, email: str) -> str:
|
| 93 |
space_id = f"tb-{re.sub(r'[^a-z0-9]','', nicho.lower()[:12])}-{int(time.time())%9999}"
|
| 94 |
cuentas = [
|
| 95 |
-
(os.environ.get("
|
|
|
|
| 96 |
(os.environ.get("HF_TOKEN_2",""), os.environ.get("HF_USER_2","Cristobal2999")),
|
| 97 |
(os.environ.get("HF_TOKEN_3",""), os.environ.get("HF_USER_3","Cristobal288")),
|
| 98 |
(os.environ.get("HF_TOKEN",""), os.environ.get("HF_USER","Cristobal299")),
|
|
|
|
| 92 |
async def crear_space(nicho: str, email: str) -> str:
|
| 93 |
space_id = f"tb-{re.sub(r'[^a-z0-9]','', nicho.lower()[:12])}-{int(time.time())%9999}"
|
| 94 |
cuentas = [
|
| 95 |
+
(os.environ.get("HF_TOKEN_5",""), os.environ.get("HF_USER_5","Alejandro")),
|
| 96 |
+
(os.environ.get("HF_TOKEN_4",""), os.environ.get("HF_USER_4","Maria288")),
|
| 97 |
(os.environ.get("HF_TOKEN_2",""), os.environ.get("HF_USER_2","Cristobal2999")),
|
| 98 |
(os.environ.get("HF_TOKEN_3",""), os.environ.get("HF_USER_3","Cristobal288")),
|
| 99 |
(os.environ.get("HF_TOKEN",""), os.environ.get("HF_USER","Cristobal299")),
|