Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ui_tempdir.py | Vesnica | 2023-06-04 | 1 | -1/+1 |
| | | | Make override function have the same input parameters with original function | ||||
* | fix linter issue for 1.3.0 | AUTOMATIC | 2023-05-27 | 1 | -1/+0 |
| | |||||
* | fix serving images that have already been saved without temp files function ↵ | AUTOMATIC | 2023-05-27 | 1 | -5/+9 |
| | | | | that broke after updating gradio | ||||
* | fixes for B007 | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | ruff auto fixes | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | refresh fix | Sakura-Luna | 2023-05-09 | 1 | -4/+1 |
| | |||||
* | use file modification time instead of current time for #9760 | AUTOMATIC | 2023-05-08 | 1 | -1/+2 |
| | |||||
* | Refresh fix | Sakura-Luna | 2023-05-04 | 1 | -1/+2 |
| | |||||
* | Use a new way to solve webpage refresh | Sakura-Luna | 2023-05-04 | 1 | -1/+2 |
| | |||||
* | add support for running with gradio 3.9 installed | AUTOMATIC | 2023-01-03 | 1 | -2/+21 |
| | |||||
* | more fixes for gradio update | AUTOMATIC | 2023-01-01 | 1 | -1/+1 |
| | |||||
* | Bump gradio version #YOLO | AUTOMATIC | 2023-01-01 | 1 | -1/+2 |
| | |||||
* | if image on disk was deleted between being generated and request being ↵ | AUTOMATIC | 2022-11-27 | 1 | -1/+1 |
| | | | | completed, do use temporary dir to store it for the browser | ||||
* | serve images from where they are saved instead of a temporary directory | AUTOMATIC | 2022-11-27 | 1 | -0/+62 |
add an option to choose a different temporary directory in the UI add an option to cleanup the selected temporary directory at startup |