Tu Nombre commited on
Commit
0ebfed3
·
1 Parent(s): 492504f

fix requirements cliente

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -105,7 +105,7 @@ async def crear_space(nicho: str, email: str) -> str:
105
  with open("cliente_template.py", "r") as _f:
106
  main_code = _f.read().replace("NICHO_PLACEHOLDER", nicho)
107
 
108
- 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"
109
 
110
  async with httpx.AsyncClient(timeout=30) as client:
111
  # Crear repo
 
105
  with open("cliente_template.py", "r") as _f:
106
  main_code = _f.read().replace("NICHO_PLACEHOLDER", nicho)
107
 
108
+ 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\nPillow\nnumpy\nopencv-python-headless"
109
 
110
  async with httpx.AsyncClient(timeout=30) as client:
111
  # Crear repo