NicolasG2523 commited on
Commit
e0bf9cd
·
verified ·
1 Parent(s): 7b44dd7

Upload gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +2 -1
gradio_app.py CHANGED
@@ -341,7 +341,8 @@ def build_app():
341
 
342
  """
343
 
344
- with gr.Blocks(theme=gr.themes.Base(), title='Hunyuan-3D-2.0', analytics_enabled=False, css=custom_css) as demo:
 
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():