raguv commited on
Commit
cd1c174
·
verified ·
1 Parent(s): cabf856

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +9 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ folderWatchBlacklist = ['/root/.cache/huggingface/hub']
3
+ fileWatcherType = "none"
4
+
5
+ [logger]
6
+ level = "error"
7
+
8
+ [client]
9
+ showErrorDetails = false