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