Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move processing's models into models.py | Bruno Seoane | 2022-10-23 | 1 | -2/+110 |
| | | | | | It didn't make sense to have two differente files for the same and "models" is a more descriptive name. | ||||
* | Update endpoints to use gradio's own utils functions | Bruno Seoane | 2022-10-23 | 1 | -2/+2 |
| | |||||
* | Add batch processing "extras" endpoint | Bruno Seoane | 2022-10-23 | 1 | -1/+14 |
| | |||||
* | Add "extra" single image operation | Bruno Seoane | 2022-10-23 | 1 | -1/+25 |
| | | | | | | - Separate extra modes into 3 endpoints so the user ddoesn't ahve to handle so many unused parameters. - Add response model for codumentation | ||||
* | Moved moodels to their own file and extracted base64 conversion to its own ↵ | Bruno Seoane | 2022-10-22 | 1 | -0/+8 |
function |