Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ demo = gr.Interface(
|
|
94 |
description=description,
|
95 |
article=article,
|
96 |
css=css,
|
97 |
-
theme=gr.
|
98 |
)
|
99 |
|
100 |
demo.launch()
|
|
|
94 |
description=description,
|
95 |
article=article,
|
96 |
css=css,
|
97 |
+
theme=gr.themes.Soft()
|
98 |
)
|
99 |
|
100 |
demo.launch()
|