Spaces:
Running
Running
fix: streamlit torchvision compatibility bug
Browse files- .streamlit/config.toml +3 -0
- runtime.txt +1 -0
.streamlit/config.toml
CHANGED
|
@@ -1,2 +1,5 @@
|
|
| 1 |
[client]
|
| 2 |
showSidebarNavigation = false
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
[client]
|
| 2 |
showSidebarNavigation = false
|
| 3 |
+
|
| 4 |
+
[server]
|
| 5 |
+
fileWatcherType = "none"
|
runtime.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
python-3.12
|