PlayerBPlaytime commited on
Commit
5670b94
β€’
1 Parent(s): 2df4882

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1503,8 +1503,8 @@ fakeapplio = gr.themes.Base(
1503
  with gr.Blocks(theme=fakeapplio) as app:
1504
  with gr.Tabs():
1505
  with gr.TabItem("Inference"):
1506
- gr.HTML("<h1> Applio-RVC-Fork V3 </h1>")
1507
- gr.HTML("<h10> This product is in early stages of development and is subject to significant changes. Your feedback is appreciated as we work towards refining the final version. </h10>")
1508
 
1509
  # Inference Preset Row
1510
  # with gr.Row():
@@ -1876,7 +1876,7 @@ with gr.Blocks(theme=fakeapplio) as app:
1876
  with gr.Row():
1877
  gr.Markdown(
1878
  """
1879
- Made with πŸ’– by Ilaria | Support her on [Ko-Fi](https://ko-fi.com/ilariaowo)
1880
  """
1881
  )
1882
 
 
1503
  with gr.Blocks(theme=fakeapplio) as app:
1504
  with gr.Tabs():
1505
  with gr.TabItem("Inference"):
1506
+ gr.HTML("<h1> Applio-RVC-Fork V3 🍏 </h1>")
1507
+ gr.HTML("<h10> If you need voice models you can use Applio Web: https://applio.org/models </h10>")
1508
 
1509
  # Inference Preset Row
1510
  # with gr.Row():
 
1876
  with gr.Row():
1877
  gr.Markdown(
1878
  """
1879
+ Made with 🍏 by Blaise 😸
1880
  """
1881
  )
1882