Spaces:
Running
Running
ui
Browse files
app.py
CHANGED
|
@@ -302,7 +302,7 @@ If you find our work useful for your research or applications, please consider c
|
|
| 302 |
|
| 303 |
|
| 304 |
# demo = gr.Blocks(title=_TITLE).queue()
|
| 305 |
-
demo = gr.Blocks(css=""".gradio-container {margin: 0 !important; min-width: 100%};""", title="Feat2GS Demo", theme=gr.themes.
|
| 306 |
with demo:
|
| 307 |
dust3r_state = gr.State(None)
|
| 308 |
feat2gs_state = gr.State(None)
|
|
|
|
| 302 |
|
| 303 |
|
| 304 |
# demo = gr.Blocks(title=_TITLE).queue()
|
| 305 |
+
demo = gr.Blocks(css=""".gradio-container {margin: 0 !important; min-width: 100%};""", title="Feat2GS Demo", theme=gr.themes.Monochrome()).queue()
|
| 306 |
with demo:
|
| 307 |
dust3r_state = gr.State(None)
|
| 308 |
feat2gs_state = gr.State(None)
|