Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ demo = gr.Interface(
|
|
25 |
if (!gradioURL.endsWith('?__theme=light')) {
|
26 |
window.location.replace(gradioURL + '?__theme=light');
|
27 |
}
|
28 |
-
})
|
29 |
)
|
30 |
|
31 |
demo.launch()
|
|
|
25 |
if (!gradioURL.endsWith('?__theme=light')) {
|
26 |
window.location.replace(gradioURL + '?__theme=light');
|
27 |
}
|
28 |
+
});
|
29 |
)
|
30 |
|
31 |
demo.launch()
|