nevreal commited on
Commit
835fd69
1 Parent(s): 5277ceb

Update src/covergen.py

Browse files
Files changed (1) hide show
  1. src/covergen.py +1 -1
src/covergen.py CHANGED
@@ -105,7 +105,7 @@ def dynamic_input(input_type):
105
 
106
  # Define the Gradio interface
107
  with gr.Blocks(title="🎤 RVC Inference", css="footer{display:none !important}") as app:
108
-
109
  # Show warning message if applicable
110
  if warning:
111
  gr.HTML("<center><h2>⚠️ This space is running slowly due to limited resources. Use the faster <a href='https://colab.research.google.com/drive/1HzuPgICRrjqUWQWb5Zn-l07m099-n-Nr'>Google Colab Notebook</a>.</h2></center>")
 
105
 
106
  # Define the Gradio interface
107
  with gr.Blocks(title="🎤 RVC Inference", css="footer{display:none !important}") as app:
108
+ gr.Markdown("# RVC INFERENCE ")
109
  # Show warning message if applicable
110
  if warning:
111
  gr.HTML("<center><h2>⚠️ This space is running slowly due to limited resources. Use the faster <a href='https://colab.research.google.com/drive/1HzuPgICRrjqUWQWb5Zn-l07m099-n-Nr'>Google Colab Notebook</a>.</h2></center>")