ReciclA / run.sh
YellowAlberto's picture
Despliegue HF
3687fa1
raw
history blame contribute delete
136 Bytes
#!/bin/bash
# Iniciar FastAPI
uvicorn ProyectoBasura:app --host 0.0.0.0 --port 8000 &
sleep 5
# Iniciar frontend
python app_front.py