AdiKhanOfficial commited on
Commit
16df041
·
verified ·
1 Parent(s): 0ad46b8

Update src/webui.py

Browse files
Files changed (1) hide show
  1. src/webui.py +3 -5
src/webui.py CHANGED
@@ -168,12 +168,8 @@ if __name__ == '__main__':
168
 
169
  with gr.Blocks(title='AICoverGenWebUI') as app:
170
 
171
- gr.Label('AICoverGen WebUI created with ❤️', show_label=False)
172
 
173
- gr.Markdown("AI-Cover-Gen-No-UI [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ardha27/AICoverGen-NoUI-Colab/blob/main/CoverGen_No_UI.ipynb)")
174
- gr.Markdown("Duplicate the space for use in private")
175
- gr.Markdown("[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm-dark.svg)](https://huggingface.co/spaces/r3gm/AICoverGen_old_stable_cpu?duplicate=true)\n\n")
176
-
177
  # main tab
178
  with gr.Tab("Generate"):
179
 
@@ -263,6 +259,8 @@ if __name__ == '__main__':
263
  gr.Markdown('## Input Examples')
264
  gr.Examples(
265
  [
 
 
266
  ['https://huggingface.co/phant0m4r/LiSA/resolve/main/LiSA.zip', 'Lisa'],
267
  ['https://pixeldrain.com/u/3tJmABXA', 'Gura'],
268
  ['https://huggingface.co/Kit-Lemonfoot/kitlemonfoot_rvc_models/resolve/main/AZKi%20(Hybrid).zip', 'Azki']
 
168
 
169
  with gr.Blocks(title='AICoverGenWebUI') as app:
170
 
171
+ gr.Label('AICoverGen - RVC', show_label=False)
172
 
 
 
 
 
173
  # main tab
174
  with gr.Tab("Generate"):
175
 
 
259
  gr.Markdown('## Input Examples')
260
  gr.Examples(
261
  [
262
+
263
+ ['https://cdn.adikhanofficial.com/python/rvc/ImranKhan-Model.zip', 'Imran Khan'],
264
  ['https://huggingface.co/phant0m4r/LiSA/resolve/main/LiSA.zip', 'Lisa'],
265
  ['https://pixeldrain.com/u/3tJmABXA', 'Gura'],
266
  ['https://huggingface.co/Kit-Lemonfoot/kitlemonfoot_rvc_models/resolve/main/AZKi%20(Hybrid).zip', 'Azki']