ai-building-blocks / text_to_image.py

Commit History

Switch text-to-image and automatic speech recognition (ASR) back to using the Hugging Face inference client; Zero GPU cannot accommodate the time it takes for those tasks
b71a3ad
Running

LiKenun commited on

Switch to use GPU instead of inference client
5c395b2

LiKenun commited on

Move environment variable querying code out of the Gradio UI-construction functions all the way to the root of the application, `app.py`
55d79e2

LiKenun commited on

Move environment variable querying code out of the inference functions
1c1b97a

LiKenun commited on

Add documentation
5bebd85

LiKenun commited on

Reorganize structure for even less code clutter; `app.py` is greatly slimmed down
39d9406

LiKenun commited on

Reorganize structure for less code clutter
dc382c8

LiKenun commited on