Spaces:
Running
Running
Tu Nombre commited on
Commit ·
dfef47d
1
Parent(s): 6fd67de
fix requirements cliente
Browse files
main.py
CHANGED
|
@@ -97,7 +97,7 @@ async def crear_space(nicho: str, email: str) -> str:
|
|
| 97 |
with open("cliente_template.py", "r") as _f:
|
| 98 |
main_code = _f.read().replace("NICHO_PLACEHOLDER", nicho)
|
| 99 |
|
| 100 |
-
req = "gradio\ngroq\nedge-tts\nmoviepy\nrequests\nhttpx\ngoogle-api-python-client\ngoogle-auth\ngoogle-auth-oauthlib"
|
| 101 |
|
| 102 |
async with httpx.AsyncClient(timeout=30) as client:
|
| 103 |
# Crear repo
|
|
|
|
| 97 |
with open("cliente_template.py", "r") as _f:
|
| 98 |
main_code = _f.read().replace("NICHO_PLACEHOLDER", nicho)
|
| 99 |
|
| 100 |
+
req = "gradio\ngroq\nedge-tts\nmoviepy==1.0.3\nrequests\nhttpx\ngoogle-api-python-client\ngoogle-auth\ngoogle-auth-oauthlib\nimageio\nimageio-ffmpeg\ndecorator\ntqdm"
|
| 101 |
|
| 102 |
async with httpx.AsyncClient(timeout=30) as client:
|
| 103 |
# Crear repo
|