Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ If you have any questions, feel free to open a discussion or contact us at <b>bl
|
|
| 57 |
"""
|
| 58 |
|
| 59 |
|
| 60 |
-
with gr.Blocks(analytics_enabled=False, title='FreeSplatter Demo') as demo:
|
| 61 |
gr.Markdown(_HEADER_)
|
| 62 |
|
| 63 |
with gr.Tabs() as main_tabs:
|
|
|
|
| 57 |
"""
|
| 58 |
|
| 59 |
|
| 60 |
+
with gr.Blocks(analytics_enabled=False, title='FreeSplatter Demo', theme=gr.themes.Ocean()) as demo:
|
| 61 |
gr.Markdown(_HEADER_)
|
| 62 |
|
| 63 |
with gr.Tabs() as main_tabs:
|