Spaces:
sariyam
/
Runtime error

sariyam commited on
Commit
a0320b9
·
verified ·
1 Parent(s): 8bd18fc

Update hg_app.py

Browse files
Files changed (1) hide show
  1. hg_app.py +1 -1
hg_app.py CHANGED
@@ -255,7 +255,7 @@ def build_app():
255
  </div>
256
  """
257
 
258
- with gr.Blocks(theme=gr.themes.Base(), title='Hunyuan-3D-2.0', delete_cache=(1000,1000) , css = "#share-btn-container, #hf-space, .svelte-1cl24be {display: none !important;}") as demo:
259
  gr.HTML(title_html)
260
 
261
  with gr.Row():
 
255
  </div>
256
  """
257
 
258
+ with gr.Blocks(theme=gr.themes.Base(), title='Hunyuan-3D-2.0', delete_cache=(1000,1000) , css="footer{display:none !important}") as demo:
259
  gr.HTML(title_html)
260
 
261
  with gr.Row():