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) , css
|
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():
|