tti / README.md
Sixthz's picture
Upload 10 files
75ddf01 verified
|
raw
history blame
487 Bytes

Generador texto a imagen usando los workers de cloudflare

Instalacion

Copiar .streamlit/secrets.toml.example a .streamlit/secrets.toml.

python -m venv venv
source ./venv/bin/activate
python -m pip install -r requirements.txt
python -m venv venv
venv\Scripts\activate
python -m pip install -r requirements.txt

Correr

Correr app de Streamlit:

python -m streamlit run Inicio.py