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

LiKenun commited on

Enable low CPU memory usage with `accelerate` during model loading, which is useful on Hugging Face Spaces and other memory-constrained environments
0b93b56

LiKenun commited on

Switch to use GPU instead of inference client
5c395b2

LiKenun commited on

Add translation to English sample with automatic source language detection
24f37c6

LiKenun commited on

Updated code to address “UserWarning: You have not specified a value for the `type` parameter”
0f3cd78

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 required `espeak`
65e848c

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

Swap button and output for image captioning sample
33ec230

LiKenun commited on

AI-generated chat sample revision 1: support both seq2seq and causal LM models
1509884

LiKenun commited on

Add AI-generated chat sample
4c71b8b

LiKenun commited on

Enable audio file retrieval by URL for automatic speech recognition (ASR) sample
bb6107f

LiKenun commited on

Switch the automatic speech recognition (ASR) implementation to use the inference client instead
0fea237

LiKenun commited on

Add automatic speech recognition (ASR) sample
02c9b64

LiKenun commited on

Add text-to-speech (TTS) sample
caf2559

LiKenun commited on

Remove explicit PyTorch packages from `requirements.txt`
c328580

LiKenun commited on

Add image captioning sample
d56b9d9

LiKenun commited on

Reorganize structure for less code clutter
dc382c8

LiKenun commited on

Initial gallery
979bbdf

LiKenun commited on

Add Hello World application file
b4d819b

LiKenun commited on

initial commit
364414c
verified

LiKenun commited on