Update hg_app.py
Browse files
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)) 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 = "#share-btn-container, #hf-space, .svelte-1cl24be {display: none !important;}") as demo:
|
259 |
gr.HTML(title_html)
|
260 |
|
261 |
with gr.Row():
|