Arastun commited on
Commit
fdc60ef
·
1 Parent(s): 5b91d4e

fix: streamlit torchvision compatibility bug

Browse files
Files changed (2) hide show
  1. .streamlit/config.toml +3 -0
  2. 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