aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_tempdir.py
Commit message (Collapse)AuthorAgeFilesLines
* fixes for B007AUTOMATIC2023-05-101-1/+1
|
* ruff auto fixesAUTOMATIC2023-05-101-1/+1
|
* refresh fixSakura-Luna2023-05-091-4/+1
|
* use file modification time instead of current time for #9760AUTOMATIC2023-05-081-1/+2
|
* Refresh fixSakura-Luna2023-05-041-1/+2
|
* Use a new way to solve webpage refreshSakura-Luna2023-05-041-1/+2
|
* 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