Commit
·
2b1b2f0
1
Parent(s):
44678ea
3. Okt. 2024, 05:35
Browse files- _res/_custom.js +1 -1
_res/_custom.js
CHANGED
@@ -177,7 +177,7 @@ function gradioCustomJS() {
|
|
177 |
resolutionModalWrapper.style.opacity = "0"
|
178 |
setTimeout(() => {
|
179 |
resolutionModalWrapper.style.display = "none"
|
180 |
-
},
|
181 |
}
|
182 |
}
|
183 |
|
|
|
177 |
resolutionModalWrapper.style.opacity = "0"
|
178 |
setTimeout(() => {
|
179 |
resolutionModalWrapper.style.display = "none"
|
180 |
+
}, 1000)
|
181 |
}
|
182 |
}
|
183 |
|