aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_tempdir.py
Commit message (Collapse)AuthorAgeFilesLines
* add support for running with gradio 3.9 installedAUTOMATIC2023-01-031-2/+21
|
* more fixes for gradio updateAUTOMATIC2023-01-011-1/+1
|
* Bump gradio version #YOLOAUTOMATIC2023-01-011-1/+2
|
* if image on disk was deleted between being generated and request being ↵AUTOMATIC2022-11-271-1/+1
| | | | completed, do use temporary dir to store it for the browser
* serve images from where they are saved instead of a temporary directoryAUTOMATIC2022-11-271-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