aboutsummaryrefslogtreecommitdiffstats
path: root/modules/api/models.py
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Move processing's models into models.pyBruno Seoane2022-10-231-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 functionsBruno Seoane2022-10-231-2/+2
| | | |
| | * | Add batch processing "extras" endpointBruno Seoane2022-10-231-1/+14
| | | |
| | * | Add "extra" single image operationBruno Seoane2022-10-231-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 Seoane2022-10-221-0/+8
| | / | | | | | | | | | function
* | / Add a barebones interrogate APIRoy Shilkrot2022-10-271-1/+12
|/ /
* | cleanStephen2022-10-261-1/+1
| |
* | [Bugfix][API] - Fix API response for colab usersStephen2022-10-261-4/+6
|/
* rename api/processing to api/models for #3511AUTOMATIC2022-10-241-0/+106