Spaces:
Running
on
T4
Running
on
T4
Upload gradio_app.py
Browse files- 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 |
-
|
36 |
-
|
|
|
|
|
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
|