Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ demo = gr.Interface(
|
|
19 |
description=description,
|
20 |
article=article,
|
21 |
css="style.css",
|
22 |
-
theme="
|
23 |
)
|
24 |
|
25 |
demo.queue(concurrency_count=3)
|
|
|
19 |
description=description,
|
20 |
article=article,
|
21 |
css="style.css",
|
22 |
+
theme="ParityError/Interstellar"
|
23 |
)
|
24 |
|
25 |
demo.queue(concurrency_count=3)
|