NicolasG2523 commited on
Commit
cf64306
·
verified ·
1 Parent(s): 1442126

Upload gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +5 -2
gradio_app.py CHANGED
@@ -32,10 +32,13 @@ from hy3dgen.shapegen.utils import logger
32
  MAX_SEED = 1e7
33
 
34
  custom_theme = gr.themes.Base().set(
35
- background_fill_primary="#1e1e1e",
36
- color_text_primary="#ffffff",
 
 
37
  )
38
 
 
39
  if True:
40
  import os
41
  import spaces
 
32
  MAX_SEED = 1e7
33
 
34
  custom_theme = gr.themes.Base().set(
35
+ **{
36
+ "background-fill-primary": "#1e1e1e", # Dark background
37
+ "color-text-primary": "#ffffff", # White text
38
+ }
39
  )
40
 
41
+
42
  if True:
43
  import os
44
  import spaces