Update app.py
Browse files
app.py
CHANGED
|
@@ -22,11 +22,5 @@ demo = gr.Interface(
|
|
| 22 |
title="Web(GPT)3"
|
| 23 |
)
|
| 24 |
|
| 25 |
-
window.addEventListener('load', function () {
|
| 26 |
-
gradioURL = window.location.href
|
| 27 |
-
if (!gradioURL.endsWith('?__theme=light')) {
|
| 28 |
-
window.location.replace(gradioURL + '?__theme=light');
|
| 29 |
-
}
|
| 30 |
-
})
|
| 31 |
demo.launch()
|
| 32 |
|
|
|
|
| 22 |
title="Web(GPT)3"
|
| 23 |
)
|
| 24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
demo.launch()
|
| 26 |
|