Commit Graph

9 Commits

Author SHA1 Message Date
Alejandro Gil
c5981694c3
Fixed the serverAddress default value stopping people from using the UI in services like runpod. (#1621) 2022-10-29 09:56:50 -07:00
ZeroCool940711
370ee31adb Changed default server address to localhost. 2022-10-28 23:19:48 -07:00
ZeroCool940711
9caef25390 Improved the img2txt tab by having more tags. 2022-10-24 00:22:36 -07:00
ZeroCool940711
fc994081e1 Fixed streamlit not opening on the browser automatically on run. 2022-09-26 21:53:06 -07:00
Travis Fletcher
f6394a89ca
Fixed Nvidia Docker dependencies (#1327)
1. The update to Streamlit 1.13 has bee mirrored
2. Streamlit needs to be in Headless mode so it doesn't pester about
wanting an email on startup, which crashes in docker since there's no
stdin
3. Fixed an issue where opencv-python from the base image was not
allowing us to override it with opencv-python-headless, which is
required because of its lack of runtime DLLs (+ it's smaller)
2022-09-27 00:42:02 +03:00
ZeroCool940711
7bd036a279 Added config.toml file again. 2022-09-26 06:53:14 -07:00
ZeroCool940711
632b244337 Removed streamlit config from the repo file as its now possible to edit this from the UI as well as the UI config file and it should be something custom for each installation and not decided by us. 2022-09-26 01:24:14 -07:00
ZeroCool940711
3b4b435768 Added option to enable or disable the streamlit data usage gathering or telemetry. 2022-09-26 01:24:14 -07:00
Andrew Mo
7f65a7058e Block Streamlit Usage Stats and Telemetry Gathering 2022-09-25 21:37:53 -07:00