Spaces:
Running
on
T4
Running
on
T4
Upload gradio_app.py
Browse files- gradio_app.py +2 -1
gradio_app.py
CHANGED
@@ -341,7 +341,8 @@ def build_app():
|
|
341 |
|
342 |
"""
|
343 |
|
344 |
-
|
|
|
345 |
gr.HTML(title_html)
|
346 |
|
347 |
with gr.Row():
|
|
|
341 |
|
342 |
"""
|
343 |
|
344 |
+
#gr.themes.Base()
|
345 |
+
with gr.Blocks(theme="dark", title='3DMarket-3D-2.0', analytics_enabled=False, css=custom_css) as demo:
|
346 |
gr.HTML(title_html)
|
347 |
|
348 |
with gr.Row():
|