fix: temporary fix for the torch streamlit conflict
This commit is contained in:
parent
f35ccbbed5
commit
5426801228
1 changed files with 3 additions and 3 deletions
|
|
@ -1,16 +1,16 @@
|
||||||
[server]
|
[server]
|
||||||
|
|
||||||
port = 8502
|
port = 8502
|
||||||
maxMessageSize = 500
|
maxMessageSize = 500
|
||||||
|
fileWatcherType = "none"
|
||||||
|
|
||||||
[browser]
|
[browser]
|
||||||
serverPort = 8502
|
serverPort = 8502
|
||||||
|
|
||||||
# [theme]
|
[theme]
|
||||||
|
|
||||||
# # The preset Streamlit theme that your custom theme inherits from.
|
# # The preset Streamlit theme that your custom theme inherits from.
|
||||||
# # One of "light" or "dark".
|
# # One of "light" or "dark".
|
||||||
# base =
|
base = "light"
|
||||||
|
|
||||||
# # Primary accent color for interactive elements.
|
# # Primary accent color for interactive elements.
|
||||||
# primaryColor =
|
# primaryColor =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue