File size: 123 Bytes
d0f1f34 | 1 2 3 4 | #!/bin/bash
# Ajustar el puerto de la WebUI al requerido por Hugging Face
exec python3 -m webui --host 0.0.0.0 --port 7860
|
d0f1f34 | 1 2 3 4 | #!/bin/bash
# Ajustar el puerto de la WebUI al requerido por Hugging Face
exec python3 -m webui --host 0.0.0.0 --port 7860
|