aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui_tempdir.py
AgeCommit message (Collapse)AuthorLines
2023-01-03add support for running with gradio 3.9 installedAUTOMATIC-2/+21
2023-01-01more fixes for gradio updateAUTOMATIC-1/+1
2023-01-01Bump gradio version #YOLOAUTOMATIC-1/+2
2022-11-27if image on disk was deleted between being generated and request being ↵AUTOMATIC-1/+1
completed, do use temporary dir to store it for the browser
2022-11-27serve images from where they are saved instead of a temporary directoryAUTOMATIC-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