Update app.py
Browse files
app.py
CHANGED
@@ -1557,7 +1557,7 @@ with gr.Blocks(title='RVC RULE1 v1', theme='step-3-profit/Midnight-Deep@=0.0.2')
|
|
1557 |
global person
|
1558 |
with gr.Tabs():
|
1559 |
with gr.TabItem("Inference"):
|
1560 |
-
gr.HTML("<h1>
|
1561 |
gr.HTML('<h4> Make sure you hit "Refresh" to load all of the models.\
|
1562 |
Once you have chosen "joel.pth" for Joel or "jenny.pth" for Jenny,\
|
1563 |
make sure the index setting to the right lines up with the chosen model.')
|
|
|
1557 |
global person
|
1558 |
with gr.Tabs():
|
1559 |
with gr.TabItem("Inference"):
|
1560 |
+
gr.HTML("<h1> First Rule -- Humanity First </h1>")
|
1561 |
gr.HTML('<h4> Make sure you hit "Refresh" to load all of the models.\
|
1562 |
Once you have chosen "joel.pth" for Joel or "jenny.pth" for Jenny,\
|
1563 |
make sure the index setting to the right lines up with the chosen model.')
|