faneggg commited on
Commit
c707bc5
·
1 Parent(s): 8660958
Files changed (1) hide show
  1. app.py +1 -1
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.Soft()).queue()
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.Citrus()).queue()
306
  with demo:
307
  dust3r_state = gr.State(None)
308
  feat2gs_state = gr.State(None)