Spaces:
Running
on
Zero
Running
on
Zero
bluestyle97
commited on
Commit
•
5a9c38f
1
Parent(s):
958a5db
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ If you have any questions, feel free to open a discussion or contact us at <b>bl
|
|
49 |
"""
|
50 |
|
51 |
|
52 |
-
with gr.Blocks(analytics_enabled=False, title='FreeSplatter Demo'
|
53 |
gr.Markdown(_HEADER_)
|
54 |
|
55 |
with gr.Tabs() as main_tabs:
|
|
|
49 |
"""
|
50 |
|
51 |
|
52 |
+
with gr.Blocks(analytics_enabled=False, title='FreeSplatter Demo') as demo:
|
53 |
gr.Markdown(_HEADER_)
|
54 |
|
55 |
with gr.Tabs() as main_tabs:
|