Spaces:
Runtime error
Runtime error
Create .streamlit/config.toml
Browse files- .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
|