Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
-
with gr.Blocks(css="style.css") as demo:
|
| 3 |
gr.Markdown("<h1 style='font-size:40px;'>9-Volt Fan's RVC Voice Models</h1>")
|
| 4 |
gr.Markdown("<h4 style='font-size:25px;'>I make RVC voice models!</h4>")
|
| 5 |
gr.Markdown("<p>To request a voice model, ask in the discussions, and I'll be able to make it just for you.</p>")
|
|
|
|
| 1 |
import gradio as gr
|
|
|
|
| 2 |
gr.Markdown("<h1 style='font-size:40px;'>9-Volt Fan's RVC Voice Models</h1>")
|
| 3 |
gr.Markdown("<h4 style='font-size:25px;'>I make RVC voice models!</h4>")
|
| 4 |
gr.Markdown("<p>To request a voice model, ask in the discussions, and I'll be able to make it just for you.</p>")
|