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