Update app.py
Browse files
app.py
CHANGED
@@ -347,8 +347,8 @@ if __name__ == '__main__':
|
|
347 |
gr.Markdown(
|
348 |
"# <center> Hololive RVC Models\n"
|
349 |
"### <center> will update every hololive ai model that i can find or make.\n"
|
350 |
-
"[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/
|
351 |
-
"[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/
|
352 |
)
|
353 |
for (folder_title, folder, models) in categories:
|
354 |
with gr.TabItem(folder_title):
|
|
|
347 |
gr.Markdown(
|
348 |
"# <center> Hololive RVC Models\n"
|
349 |
"### <center> will update every hololive ai model that i can find or make.\n"
|
350 |
+
"[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/15sUJTLIDGkN8t3V606BuH63NRKDwJ0rR?usp=share_link)\n\n"
|
351 |
+
"[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/karmkarma)\n\n"
|
352 |
)
|
353 |
for (folder_title, folder, models) in categories:
|
354 |
with gr.TabItem(folder_title):
|