Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiromiyaG authored Sep 8, 2024
1 parent 6812236 commit 6793ce1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@

rvc_theme = loadThemes.load_json() or "ParityError/Interstellar"

with gr.Blocks(theme=rvc_theme, title="RVC AI Cover Maker") as RVCAICoverMaker:
with gr.Blocks(
theme=rvc_theme, title="RVC AI Cover Maker", css="footer{display:none !important}"
) as RVCAICoverMaker:
gr.Markdown("# RVC AI Cover Maker")
with gr.Tab(i18n("Full Inference")):
full_inference_tab()
Expand Down

0 comments on commit 6793ce1

Please sign in to comment.