Spaces:
Running
on
Zero
Running
on
Zero
improve UI
Browse files
app.py
CHANGED
@@ -621,8 +621,8 @@ def make_parameters_section():
|
|
621 |
|
622 |
demo = gr.Blocks(
|
623 |
theme=gr.themes.Base(spacing_size='md', text_size='lg', primary_hue='blue', neutral_hue='slate', secondary_hue='pink'),
|
624 |
-
fill_width=False,
|
625 |
-
title="ncut-pytorch",
|
626 |
)
|
627 |
with demo:
|
628 |
with gr.Tab('AlignedCut'):
|
|
|
621 |
|
622 |
demo = gr.Blocks(
|
623 |
theme=gr.themes.Base(spacing_size='md', text_size='lg', primary_hue='blue', neutral_hue='slate', secondary_hue='pink'),
|
624 |
+
# fill_width=False,
|
625 |
+
# title="ncut-pytorch",
|
626 |
)
|
627 |
with demo:
|
628 |
with gr.Tab('AlignedCut'):
|