Spaces:
Running
Running
Update src/covergen.py
Browse files- 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>")
|