Spaces:
Running
Running
Tu Nombre commited on
Commit ·
6439b1b
1
Parent(s): 71e8b2c
añadir cuenta maria288
Browse files
main.py
CHANGED
|
@@ -92,6 +92,7 @@ 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("HF_TOKEN_2",""), os.environ.get("HF_USER_2","Cristobal2999")),
|
| 96 |
(os.environ.get("HF_TOKEN_3",""), os.environ.get("HF_USER_3","Cristobal288")),
|
| 97 |
(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_4",""), os.environ.get("HF_USER_4","María288")),
|
| 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")),
|